This topic has not yet been rated - Rate this topic

PSUACTION enumeration

Contains the flags passed into the CoInternetGetSecurityUrl function.

Syntax


typedef enum _tagPSUACTION { 
  PSU_DEFAULT            = 1,
  PSU_SECURITY_URL_ONLY
} PSUACTION;

Constants

PSU_DEFAULT

Retrieve the security URL and return its domain.

PSU_SECURITY_URL_ONLY

Retrieve just the security URL.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Product

Internet Explorer 4.0

Header

Urlmon.h

 

 

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.