Funktionreferenz


_WinAPI_GetCurrentProcessExplicitAppUserModelID


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

#include <WinAPIProc.au3>
_WinAPI_GetCurrentProcessExplicitAppUserModelID ( )

Parameter

None.

Rückgabewert

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.

Bemerkungen

An application can only retrieve an AppUserModelID that has been explicitly set by using the _WinAPI_SetCurrentProcessExplicitAppUserModelID() function.
System-assigned default AppUserModelIDs cannot be retrieved.

This function requires Windows 7 or later.

Verwandte Funktionen

_WinAPI_SetCurrentProcessExplicitAppUserModelID

Siehe auch

Suche nach GetCurrentProcessExplicitAppUserModelID in der MSDN Bibliothek.