internal static extern Int32 GetApplicationUserModelId(
Declare Function GetApplicationUserModelId Lib "kernel32.dll" (TODO) As TODO
Int32 lResult = GetApplicationUserModelId(ptrProcess, ref cchLen, sbName);
if (ERROR_SUCCESS == GetApplicationUserModelId(ptrProcess, ref cchLen, sbName))
See GetApplicationUserModelId.