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

coredll

.

    [DllImport("coredll", EntryPoint = "SetPassword")]

.

    public static extern bool SetPassword([MarshalAs(UnmanagedType.LPWStr)] string oldPassword, [MarshalAs(UnmanagedType.LPWStr)] string newPassword);

.

<DllImport("coredll", EntryPoint := "SetPassword")>

.

Public Shared Declare Function SetPassword Lib "coredll" Alias "SetPassword" (<MarshalAs(UnmanagedType.LPWStr)> oldPassword As String,<MarshalAs(UnmanagedType.LPWStr)> newPassword As String) As<MarshalAs(UnmanagedType.Bool)> Boolean

Enums

.

        KerbSetPasswordMessage = 11,

.

        KerbSetPasswordExMessage = 12,


 
Access PInvoke.net directly from VS: