home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / desaware / tlb / dwapimpr.h < prev    next >
Encoding:
Text File  |  1997-02-14  |  3.2 KB  |  17 lines

  1. // dwapimpr.h
  2.  
  3. [entry("WNetAddConnectionA"), helpstring("Creates a persistant connection to a network resource."), helpcontext(4178)] long stdcall WNetAddConnection([in, out] LPSTR lpszNetPath, [in, out] LPSTR lpszPassword, [in, out] LPSTR lpszLocalName);
  4. [entry("WNetAddConnection2A"), helpstring("Creates a connection to a network resource."), helpcontext(4179)] long stdcall WNetAddConnection2([in, out] NETRESOURCE *lpNetResource, [in, out] LPSTR lpPassword, [in, out] LPSTR lpUserName, [in] long dwFlags);
  5. [entry("WNetAddConnection3A"), helpstring("Creates a connection to a network resource."), helpcontext(4180)] long stdcall WNetAddConnection3([in] long hwnd, [in, out] NETRESOURCE *lpNetResource, [in, out] LPSTR lpPassword, [in, out] LPSTR lpUserName, [in] long dwFlags);
  6. [entry("WNetCancelConnectionA"), helpstring("Ends a network connection."), helpcontext(4181)] long stdcall WNetCancelConnection([in, out] LPSTR lpszName, [in] long bForce);
  7. [entry("WNetCancelConnection2A"), helpstring("Ends a network connection"), helpcontext(4182)] long stdcall WNetCancelConnection2([in, out] LPSTR lpName, [in] long dwFlags, [in] long fForce);
  8. [entry("WNetCloseEnum"), helpstring("Ends an enumration operation."), helpcontext(4183)] long stdcall WNetCloseEnum([in] long hEnum);
  9. [entry("WNetConnectionDialog"), helpstring("Brings up a standard dialog box for connecting to network resources."), helpcontext(4184)] long stdcall WNetConnectionDialog([in] long hwnd, [in] long dwType);
  10. [entry("WNetDisconnectDialog"), helpstring("Brings up a standard dialog box for disconnecting network resources."), helpcontext(4185)] long stdcall WNetDisconnectDialog([in] long hwnd, [in] long dwType);
  11. [entry("WNetEnumResourceA"), helpstring("Enumerates network resources."), helpcontext(4186)] long stdcall WNetEnumResource([in] long hEnum, [in, out] long *lpcCount, [in, out] void *lpBuffer, [in, out] long *lpBufferSize);
  12. [entry("WNetGetConnectionA"), helpstring("Retrieves the network name of a local or connected resource."), helpcontext(4187)] long stdcall WNetGetConnection([in, out] LPSTR lpszLocalName, [in, out] LPSTR lpszRemoteName, [in, out] long *cbRemoteName);
  13. [entry("WNetGetLastErrorA"), helpstring("Retrieves extended error information for network errors."), helpcontext(4188)] long stdcall WNetGetLastError([in, out] long *lpError, [in, out] LPSTR lpErrorBuf, [in] long nErrorBufSize, [in, out] LPSTR lpNameBuf, [in] long nNameBufSize);
  14. [entry("WNetGetUniversalNameA"), helpstring("Retrieves the remote name and/or the UNC (universal naming convention) name of a file on a network."), helpcontext(4189)] long stdcall WNetGetUniversalName([in, out] LPSTR lpLocalPath, [in] long dwInfoLevel, [in, out] void *lpBuffer, [in, out] long *lpBufferSize);
  15. [entry("WNetGetUserA"), helpstring("Used to retrieve the name under which a network resource was connected."), helpcontext(4190)] long stdcall WNetGetUser([in, out] LPSTR lpName, [in, out] LPSTR lpUserName, [in, out] long *lpnLength);
  16. [entry("WNetOpenEnumA"), helpstring("Begins the process of enumerating network resources."), helpcontext(4191)] long stdcall WNetOpenEnum([in] long dwScope, [in] long dwType, [in] long dwUsage, [in, out] NETRESOURCE *lpNetResource, [in, out] long *lphEnum);
  17.