Microsoft DirectX 9.0 |
The get_PlaylistCount method retrieves the number of entries in an ASX file.
Syntax
HRESULT get_PlaylistCount(
long FAR* pNumberEntries
);
Parameters
pNumberEntries
Pointer to a variable that receives the number of entries.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also