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

advapi32

.

Don't forget to call RevertToSelf when done.

.

    blnResult = RevertToSelf()

.

    private static extern bool RevertToSelf();

.

        if (!RevertToSelf())

.

    static extern bool RevertToSelf();

.

    Private Declare Auto Function RevertToSelf Lib "advapi32.dll" () As Long

ole32

.
Summary
.

static extern void CoRevertToSelf();

.
Documentation
[CoRevertToSelf] on MSDN

 
Access PInvoke.net directly from VS: