Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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)

.
Documentation
[CeRunAppAtTime] on MSDN

 
Access PInvoke.net directly from VS: