Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
IInternetProtocolRoot (Interfaces)
.
Summary
C# Definition:
[ComImport]
[Guid("79EAC9E3-BAF9-11CE-8C82-00AA004BA90B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IInternetProtocolRoot {
[PreserveSig]
int Start(
[MarshalAs(UnmanagedType.LPWStr)] string szUrl,
[MarshalAs(UnmanagedType.Interface)] IInternetProtocolSink protocolSink,
IInternetBindInfo bindInfo,
[MarshalAs(UnmanagedType.I4)] int grfPI,
IntPtr dwReserved);
[PreserveSig]
int Continue([In] ref PROTOCOLDATA protocolData);
[PreserveSig]
int Abort(int hrReason, int options);
[PreserveSig]
int Terminate(int options);
[PreserveSig]
int Suspend();
[PreserveSig]
int Resume();
}
VB Definition:
<ComImport> _
<Guid("79EAC9E3-BAF9-11CE-8C82-00AA004BA90B")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Interface IInternetProtocolRoot
TODO
End Interface
User-Defined Types:
IInternetProtocol , IInternetProtocolSink , IInternetBindInfo , PROTOCOLDATA
Notes:
None.
Documentation
IInternetProtocolRoot is used to control the operation of an asynchronous pluggable protocol handler.
6/29/2007 2:54:22 PM - anathan-131.107.0.89
TODO - a short description
1/5/2014 8:55:55 AM - -208.107.125.70
TODO - a short description
11/2/2007 3:47:57 PM - anonymous
TODO - a short description
1/5/2014 9:01:07 AM - -71.228.24.135
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.