Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetCurrentProcessExplicitAppUserModelID" in [All]

shell32

.
Summary
SetCurrentProcessExplicitAppUserModelID sets the System.AppUserModel.ID property of the calling object. It is used by Windows 7 and up for taskbar icon stacking, jump lists, and taskbar pinning.
.

static extern void SetCurrentProcessExplicitAppUserModelID( [MarshalAs( UnmanagedType.LPWStr )] string AppID );

.

Declare Function SetCurrentProcessExplicitAppUserModelID Lib "shell32.dll" (<MarshalAs(UnmanagedType.LPWStr)> ByVal appid As String) As Integer


 
Access PInvoke.net directly from VS: