函数参考


_WinAPI_GetCurrentProcessExplicitAppUserModelID

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

#Include <WinAPIEx.au3>
_WinAPI_GetCurrentProcessExplicitAppUserModelID ( )

参数

None.

返回值

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.

注意/说明

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.

本函数需要 Windows 7 或以上版本系统.

相关

详情参考

在MSDN中搜索