Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Stat method retrieves information about the current open property set.
Syntax
HRESULT Stat(
[out] STATPROPSETSTG *pstatpsstg
);
Parameters
[out] pstatpsstg
Pointer to a STATPROPSETSTG structure, which contains statistics about the current open property set.
Return value
This method supports the standard return value E_UNEXPECTED, in addition to the following:
Remarks
IPropertyStorage::Stat fills in and returns a pointer to a STATPROPSETSTG structure, containing statistics about the current property set.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | propidlbase.h (include Objbase.h, Propidlbase.h) |
| Library | Uuid.lib |
| DLL | Ole32.dll |