CRYPTPROTECT_PROMPTSTRUCT

public struct CRYPTPROTECT_PROMPTSTRUCT
{
    public uint cbSize;
    public uint dwPromptFlags;
    public HWND hwndApp;
    public PCWSTR szPrompt;
}

HWND

PCWSTR

Last updated