Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Validate method returns a value indicating that the tune request can be carried out.
Syntax
HRESULT Validate(
[in] ITuneRequest *pTuneRequest
);
Parameters
- pTuneRequest [in]
Pointer to the tune request object.
Return Value
When the method is successful, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Takes an IUnknown* as input. The Network Provider will first query for its preferred tune request interface(s). If any are found, the Network Provider will validate that the tune request could be carried out. If none are available, it will then query for its preferred tuning space interface(s). If any are found, the Network Provider will validate that it could configure itself for the given tuning space.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Error and Success Codes
ITuner Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008