Click to return to the Networking, Protocols     
BINDINFO_OPTIONS Enumerat...     BINDSTATUS Enumerated Typ...     URL Moniker Enumerated Ty...    
Web Workshop  |  Networking, Protocols & Data Formats

BINDINFOF Enumerated Type


Contains values that determine the use of URL encoding during the binding operation.

Syntax

typedef enum tagBINDINFOF {
    BINDINFOF_URLENCODESTGMEDDATA,
    BINDINFOF_URLENCODEDEXTRAINFO
} BINDINFOF;

Constants

BINDINFOF_URLENCODESTGMEDDATA
Use URL encoding to pass in the data provided in the stgmedData member of the BINDINFO structure for PUT and POST operations.
BINDINFOF_URLENCODEDEXTRAINFO
Use URL encoding to pass in the data provided in the szExtraInfo member of the BINDINFO structure.

Remarks

Values from the BINDINFOF enumeration are passed to the moniker as part of the BINDINFO structure. The moniker calls the IBindStatusCallback::GetBindInfo method on the client to obtain additional information about the bind operation in the BINDINFO structure.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Urlmon.h
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.