Contents Index Topic Contents | ||
Previous Topic: Enumerated Types Next Topic: PUAF |
PSUACTION
typedef enum _tagPSUACTION{ PSU_DEFAULT = 1, PSU_SECURITY_URL_ONLY } PSUACTION;This enumerated type contains the flags passed into the CoInternetGetSecurityURL function.
- PSU_DEFAULT
- Retrieve the security URL and return its domain.
- PSU_SECURITY_URL_ONLY
- Retrieve just the security URL.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.