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 "SHQueryUserNotificationState" in [All]

shell32

.
Summary
.

static extern int SHQueryUserNotificationState(

.

Declare Function SHQueryUserNotificationState Lib "shell32.dll" (TODO) As int

.

    static extern int SHQueryUserNotificationState(out UserNotificationState userNotificationState);

.

        var returnVal = SHQueryUserNotificationState(out state);

.
Documentation
[SHQueryUserNotificationState] on MSDN

 
Access PInvoke.net directly from VS: