Ejemplo n.º 1
0
 public static extern unsafe void GetSystemTime([Friendly(FriendlyFlags.Out)] SYSTEMTIME *lpSystemTime);
Ejemplo n.º 2
0
 public static extern void GetLocalTime([NativeTypeName("LPSYSTEMTIME")] SYSTEMTIME *lpSystemTime);
Ejemplo n.º 3
0
 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));
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 7
0
 public static extern unsafe bool SetSystemTime([Friendly(FriendlyFlags.In)] SYSTEMTIME *lpSystemTime);
Ejemplo n.º 8
0
 public static extern BOOL LocalSystemTimeToLocalFileTime([NativeTypeName("const TIME_ZONE_INFORMATION *")] TIME_ZONE_INFORMATION *timeZoneInformation, [NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *localSystemTime, FILETIME *localFileTime);
Ejemplo n.º 9
0
 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);
Ejemplo n.º 10
0
 public static extern BOOL SystemTimeToFileTime([NativeTypeName("const SYSTEMTIME *")] SYSTEMTIME *lpSystemTime, [NativeTypeName("LPFILETIME")] FILETIME *lpFileTime);