SspiGetTargetHostName function
Gets the host name associated with the specified target.
Syntax
SECURITY_STATUS SspiGetTargetHostName( _In_ PCWSTR pszTargetName, _Out_ PWSTR *pszHostName );
Parameters
- pszTargetName [in]
-
The target for which to get the host name.
- pszHostName [out]
-
The name of the host associated with the target specified by the pszTargetName parameter.
Return value
If the function succeeds, it returns SEC_E_OK.
If the function fails, it returns a nonzero error code.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: