Declaration
Getting property value:
Automation:
bool  value = obj.Empty;
Native (C++):
HRESULT  get_ Empty ( [out, retval]   BOOL *  pval) ;
Parameters
pvalPointer to a variable that receives the value.
Return Value
Automation:True if the sequence is empty or False otherwise.Native: S_OK or standard OLE error code.
Remarks
Check if the sequence is empty.