RevertToSelf

C# Signature:

[DllImport("advapi32.dll", SetLastError = true)]
    static extern bool RevertToSelf();

VB .NET Signature:

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

Última actualización