Ejemplo n.º 1
0
 public static extern int URLDownloadToCacheFile(
     [In] Interop.IUnknown pUnk,
     string szURL,
     string szFileName,
     Int32 dwBufLength,
     Int32 dwReserved,
     [In] Interop.IBindStatusCallback pbsc);
Ejemplo n.º 2
0
 /// <summary>
 /// TODO: Add comment.
 /// </summary>
 public int CreateBinding(IntPtr pBC, string szUrl, Interop.IUnknown pUnkOuter, Interop.IUnknown ppUnk, Interop.IInternetProtocol ppOInetProt, int dwOption)
 {
     throw new Exception("The method or operation is not implemented.");
 }