This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistStream Interface > IPersistStream.GetSizeMax Method (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Sub GetSizeMax ( _ ByRef pcbSize As _ULARGE_INTEGER _ )
[C#] public void GetSizeMax ( ref _ULARGE_INTEGER pcbSize );
[C++]
HRESULT GetSizeMax(
_ULARGE_INTEGER* pcbSize
);
[C++]
Parameters pcbSize [out]
pcbSize is a parameter of type _ULARGE_INTEGER
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.