ISecureUrlHost::ValidateSecureUrl Method
Retrieves whether a URL is secure.
Syntax
HRESULT ValidateSecureUrl( BOOL *pfAllow, OLECHAR *pchUrlInQuestion, DWORD dwFlags );
Parameters
- pfAllow
- [out] Receives a pointer to a boolean indicating whether URL is secure.
- pchUrlInQuestion
- [in] Specifies a pointer to the URL to validate.
- dwFlags
- [in] Specifies validation flags. See SECUREURLHOSTVALIDATE_FLAGS for valid values.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
ISecureUrlHost::ValidateSecureUrl was introduced in Microsoft Internet Explorer 6