Returns the size of a memory block locked with SHLockShared
Syntax
DWORD WINAPI SHGetSizeShared (
PVOID pData
)
Parameters
- pData
- The pointer returned by SHLockShared
Return Value
The size of the block
Remarks
There is no return value to signal error.
This function is also known as _SHGetSizeShared@4.