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 "include/wincred.h". gitlab.winehq.org/wine/wine/blob/master/include/wincred.h

Implemented in "dlls/advapi32/cred.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.