SHDestroyPropSheetExtArray function
[SHDestroyPropSheetExtArray is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Frees property sheet handlers that are pointed to an array created by SHCreatePropSheetExtArray.
Syntax
void SHDestroyPropSheetExtArray(
_In_ HPSXA hpsxa
);
Parameters
- hpsxa [in]
-
Type: HPSXA
The handle of the array that contains pointers to the property sheet handlers to destroy.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
End of client support |
Windows XP with SP2 |
|
End of server support |
Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also