Desktop Functions: Smart Device Functions:
|
SetSystemTime (kernel32)
C# Signature:[ DllImport("kernel32.dll")]private static extern bool
SetSystemTime(ref SystemTime time); User-Defined Types:None. Notes:.NET is too high-level for things like setting the system time. You'll have to P/Invoke the native function SetSystemTime and re-define the SYSTEMTIME struct: Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|