Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the size, in bytes, of the property value.
HRESULT GetSize (
DWORD* pdwSize
);
int GetSize (
out uint pdwSize
);
Parameters
- pdwSize
[out] Returns the size, in bytes, of the property value.
Return Value
If successful, returns S_OK; otherwise returns error code. Returns S_GETSIZE_NO_SIZE if the property has no size.