This document is archived and information here might be outdated. Recommended version. |
The size.
[Visual Basic .NET]
Public Property StatSize As Integer
[C#]
public int StatSize {get; set;}
[C++]
HRESULT get_StatSize(
long pSize
);
[C++]
HRESULT put_StatSize(
System.Int32* pSize
);
[C++] Parameters pSize [in]
pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*