ISCPSecureAuthenticate::GetSecureQuery method (mswmdm.h)
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 |