This document is archived and information here might be outdated. Recommended version. |
Constant Fill Check.
[Visual Basic .NET] Public Property ConstantFillCheck As Boolean
[C#] public bool ConstantFillCheck {get; set;}
[C++]
HRESULT get_ConstantFillCheck(
Boolean* pConstantFillCheck
);
[C++]
HRESULT put_ConstantFillCheck(
VARIANT_BOOL pConstantFillCheck
);
[C++]
Parameters pConstantFillCheck [out, retval]
pConstantFillCheck is a parameter of type bool* pConstantFillCheck [in]
pConstantFillCheck is a parameter of type bool