DsFreeSpnArray function
The DsFreeSpnArray function frees an array returned from the DsGetSpn function.
Syntax
void WINAPI DsFreeSpnArray(
_In_ DWORD cSpn,
_In_ LPTSTR *rpszSpn
);
Parameters
- cSpn [in]
-
Specifies the number of elements contained in rpszSpn.
- rpszSpn [in]
-
Pointer to an array returned from DsGetSpn.
Return value
This function does not return a value.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Redistributable | Active Directory Client Extension on Windows NT 4.0 and Windows Me/98/95 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | DsFreeSpnArrayW (Unicode) and DsFreeSpnArrayA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012