CRestrictions::Open
HRESULT Open( const CSession& session**, LPCTSTR** lpszParam1 = NULL, LPCTSTR lpszParam2 = NULL, LPCTSTR lpszParam3 = NULL, LPCTSTR lpszParam4 = NULL, LPCTSTR lpszParam5 = NULL, LPCTSTR lpszParam6 = NULL, LPCTSTR lpszParam7 = NULL );
Return Value
One of the standard HRESULT values.
Parameters
session
[in] Specifies an existing session object used to connect to the data source.
lpszParam
[in] Specifies the restrictions on the schema rowset.
Remarks
You can specify a maximum of seven restrictions on a schema rowset. See for information about the defined restrictions on each schema rowset.
See Also