IURL_SETURL_FLAGS enumeration

Provides flags that are used with the IUniformResourceLocator::SetURL method. They are passed in as the dwInFlags parameter.

Syntax


typedef enum iurl_seturl_flags { 
  IURL_SETURL_FL_GUESS_PROTOCOL        = 0x0001,
  IURL_SETURL_FL_USE_DEFAULT_PROTOCOL  = 0x0002
} IURL_SETURL_FLAGS;

Constants

IURL_SETURL_FL_GUESS_PROTOCOL

Flag that causes the system to automatically choose a scheme and add it to the URL if the protocol scheme is not specified in the pcszURL parameter of IUniformResourceLocator::SetURL.

IURL_SETURL_FL_USE_DEFAULT_PROTOCOL

Flag that causes the system to add the default protocol to the URL if the protocol scheme is not specified in the pcszURL parameter of IUniformResourceLocator::SetURL.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Intshcut.h

 

 

Show: