Ejemplo n.º 1
0
 public static extern uint CredUIPromptForWindowsCredentialsW([NativeTypeName("PCREDUI_INFOW")] CREDUI_INFOW *pUiInfo, [NativeTypeName("DWORD")] uint dwAuthError, [NativeTypeName("ULONG *")] uint *pulAuthPackage, [NativeTypeName("LPCVOID")] void *pvInAuthBuffer, [NativeTypeName("ULONG")] uint ulInAuthBufferSize, [NativeTypeName("LPVOID *")] void **ppvOutAuthBuffer, [NativeTypeName("ULONG *")] uint *pulOutAuthBufferSize, BOOL *pfSave, [NativeTypeName("DWORD")] uint dwFlags);
Ejemplo n.º 2
0
 public static extern uint CredUIPromptForCredentialsW([NativeTypeName("PCREDUI_INFOW")] CREDUI_INFOW *pUiInfo, [NativeTypeName("PCWSTR")] ushort *pszTargetName, [NativeTypeName("PCtxtHandle")] SecHandle *pContext, [NativeTypeName("DWORD")] uint dwAuthError, [NativeTypeName("PWSTR")] ushort *pszUserName, [NativeTypeName("ULONG")] uint ulUserNameBufferSize, [NativeTypeName("PWSTR")] ushort *pszPassword, [NativeTypeName("ULONG")] uint ulPasswordBufferSize, BOOL *save, [NativeTypeName("DWORD")] uint dwFlags);