Desktop Functions: Smart Device Functions:
|
Search Results for "CeRunAppAtTime" in [All]coredll
[DllImport("coredll.dll", EntryPoint="CeRunAppAtTime", SetLastError=true)]
private static extern bool CeRunAppAtTime(string pwszAppName, byte[] lpTime);
Public Declare Function CeRunAppAtTime Lib "coredll" _
If CeRunAppAtTime(FullAppName, WakeUpTime) Then
MessageBox.Show("Call to CeRunAppAtTime failed")
Dim cancelapp as boolean = CeRunAppAtTime(FullAppName, Nothing) |