SHDestroyPropSheetExtArray function (shlobj_core.h)

[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

[in] hpsxa

Type: HPSXA

The handle of the array that contains pointers to the property sheet handlers to destroy.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shlobj_core.h (include Shlobj.h)
Library Shell32.lib
DLL Shell32.dll (version 5.0 or later)

See also

SHAddFromPropSheetExtArray

SHCreatePropSheetExtArray

SHReplaceFromPropSheetExtArray