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 "ActivateActCtx" in [All]

kernel32

.
Summary
The ActivateActCtx function activates the specified activation context. It does this by pushing the specified activation context to the top of the activation stack. The specified activation context is thus associated with the current thread and any appropriate side-by-side API functions.
.

private static extern bool ActivateActCtx(IntPtr hActCtx, out IntPtr lpCookie);

.

Private Declare Function ActivateActCtx Lib "Kernel32" (ByVal hActCtx As IntPtr, _

.
Documentation
[ActivateActCtx] on MSDN
.

private static extern bool ActivateActCtx(IntPtr hActCtx, out IntPtr lpCookie);

.
Summary
The DeactivateActCtx function deactivates the activation context corresponding to the specified cookie.
.

private static extern bool DeactivateActCtx(int dwFlags, IntPtr lpCookie);

.

Declare Function DeactivateActCtx Lib "Kernel32.dll" (TODO) As TODO

.
Documentation
[DeactivateActCtx] on MSDN

 
Access PInvoke.net directly from VS: