다음을 통해 공유


PSUACTION (Windows CE 5.0)

Send Feedback

This enumeration contains the flags passed into the CoInternetGetSecurityUrl function.

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

Elements

  • PSU_DEFAULT
    Retrieve the security Uniform Resource Locator (URL) and return its domain.
  • PSU_SECURITY_URL_ONLY
    Retrieve just the security URL.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.

See Also

CoInternetGetSecurityUrl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.