IsParentOnlyReference
Check if the sourec is only more referenced by its parent.
HRESULT IsParentOnlyReference([out,
retval] BOOL* pVal);
Parameters
pVal
[out, retval] pointer to a BOOL variable to store the return value.
Return Values
S_OK
Success.
S_FALSE
The source does not have have a parent. *pVal is False.
E_POINTER
pVal was no valid pointer