GetCurrentApplicationUserModelId (kernel32)
Last changed: John.Whitmire-65.122.164.222

.
Summary
Gets the application user model ID for the current process.

C# Signature:

[DllImport("kernel32.dll", SetLastError=true)]
internal static extern Int32 GetCurrentApplicationUserModelId(
    ref UInt32 AppModelIDLength,
    [MarshalAs(UnmanagedType.LPWStr)] StringBuilder sbAppUserModelID);

VB Signature:

Declare Function GetCurrentApplicationUserModelId Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

See GetApplicationUserModelId.

Applicable for Win 8 App Store apps only.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation