Beispiel #1
0
 public static extern unsafe void GetSystemTime([Friendly(FriendlyFlags.Out)] SYSTEMTIME *lpSystemTime);
 public static extern void GetLocalTime([NativeTypeName("LPSYSTEMTIME")] SYSTEMTIME *lpSystemTime);
 public static extern BOOL SetLocalTime([NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *lpSystemTime);
 public HRESULT Install([NativeTypeName("LPSYSTEMTIME")] SYSTEMTIME *pstInstall)
 {
     return(((delegate * unmanaged <IPublishedApp2 *, SYSTEMTIME *, int>)(lpVtbl[8]))((IPublishedApp2 *)Unsafe.AsPointer(ref this), pstInstall));
 }
Beispiel #5
0
 public static extern int SetSystemTime([NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *lpSystemTime);
 public HRESULT Install2([NativeTypeName("LPSYSTEMTIME")] SYSTEMTIME *pstInstall, HWND hwndParent)
 {
     return(((delegate * unmanaged <IPublishedApp2 *, SYSTEMTIME *, HWND, int>)(lpVtbl[11]))((IPublishedApp2 *)Unsafe.AsPointer(ref this), pstInstall, hwndParent));
 }
Beispiel #7
0
 public static extern unsafe bool SetSystemTime([Friendly(FriendlyFlags.In)] SYSTEMTIME *lpSystemTime);
 public static extern BOOL LocalSystemTimeToLocalFileTime([NativeTypeName("const TIME_ZONE_INFORMATION *")] TIME_ZONE_INFORMATION *timeZoneInformation, [NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *localSystemTime, FILETIME *localFileTime);
 public static extern BOOL TzSpecificLocalTimeToSystemTimeEx([NativeTypeName("const DYNAMIC_TIME_ZONE_INFORMATION *")] DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation, [NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *lpLocalTime, [NativeTypeName("LPSYSTEMTIME")] SYSTEMTIME *lpUniversalTime);
 public static extern BOOL SystemTimeToFileTime([NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *lpSystemTime, [NativeTypeName("LPFILETIME")] FILETIME *lpFileTime);