Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The DsFreeSpnArray function frees an array returned from the DsGetSpn function.
Syntax
void DsFreeSpnArrayA(
[in] DWORD cSpn,
[in] LPSTR *rpszSpn
);
Parameters
[in] cSpn
Specifies the number of elements contained in rpszSpn.
[in] rpszSpn
Pointer to an array returned from DsGetSpn.
Return value
None
Remarks
Note
The ntdsapi.h header defines DsFreeSpnArray as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | ntdsapi.h |
| Library | Ntdsapi.lib |
| DLL | Ntdsapi.dll |