SHFree function
[This function is available through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows. Use CoTaskMemFree instead.]
Frees the memory allocated by SHAlloc.
Syntax
void SHFree( _In_ void *pv );
Parameters
- pv [in]
-
Type: void*
A pointer to the memory allocated by SHAlloc.
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] |
|
Header |
|
|
Library |
|
|
DLL |
|