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 GetSecureQuery method is used to obtain a pointer to the ISCPSecureQuery interface.
Syntax
HRESULT GetSecureQuery(
[out] ISCPSecureQuery **ppSecureQuery
);
Parameters
[out] ppSecureQuery
Pointer to an ISCPSecureQuery object.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | mswmdm.h |
| Library | Mssachlp.lib |