###User Defined Function###
_WinAPI_GetCurrentProcessExplicitAppUserModelID

###Description###
Retrieves the application-defined, explicit Application User Model ID for the current process.

###Syntax###
#include <WinAPIProc.au3>
_WinAPI_GetCurrentProcessExplicitAppUserModelID (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The string that represents an Application User Model ID (AppUserModelID).
Failure 	Empty string and sets the @error flag to non-zero, @extended flag may contain the system error code.
@@End@@


###Remarks###
An application can only retrieve an AppUserModelID that has been explicitly set by using the <a href="_WinAPI_SetCurrentProcessExplicitAppUserModelID.htm">_WinAPI_SetCurrentProcessExplicitAppUserModelID()</a> function.
System-assigned default AppUserModelIDs cannot be retrieved.

This function requires Windows 7 or later.


###Related###
_WinAPI_SetCurrentProcessExplicitAppUserModelID


###See Also###
@@MsdnLink@@ GetCurrentProcessExplicitAppUserModelID
