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

coredll

.

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

.

    public static extern bool CheckPassword([MarshalAs(UnmanagedType.LPWStr)] string password);

.

<DllImport("coredll", EntryPoint := "CheckPassword")> _

.

Public Shared Declare Function CheckPassword Lib "coredll" Alias "CheckPassword" (<MarshalAs(UnmanagedType.LPWStr)> password As String) As<MarshalAs(UnmanagedType.Bool)> Boolean


 
Access PInvoke.net directly from VS: