Microsoft DirectX 8.1 (C++) |
The AreYouBlank method determines whether the track is blank (contains no source objects).
Syntax
HRESULT AreYouBlank(
long *pVal
);
Parameters
pVal
Pointer to a variable that receives a Boolean value specifying whether the track is blank. If the value is TRUE, the track is blank and contains no source objects. If FALSE, the track is not blank.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
See Also