NAME

CredIsMarshaledCredentialW  (ADVAPI32.@)

SYNOPSIS

 BOOL CredIsMarshaledCredentialW
 (
  LPCWSTR name
 )

DESCRIPTION

Check, if the name parameter is a marshaled credential, hash or binary blob.

PARAMS

name the name to check.

RETURNS

TRUE: the name parameter is a marshaled credential, hash or binary blob

FALSE: the name is a plain username

IMPLEMENTATION

Declared in "wincred.h". https://source.winehq.org/source/include/wincred.h

Implemented in "dlls/advapi32/cred.c". https://source.winehq.org/source/dlls/advapi32/cred.c

Debug channel "cred".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.