###User Defined Function###
_WinAPI_ShellQueryUserNotificationState

###Description###
Checks the state of the computer for the current user.

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_ShellQueryUserNotificationState (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The current computer state ($QUNS_*).
Failure 	0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ SHQueryUserNotificationState
