Windows 95 Support for Net Function CallsLast reviewed: October 21, 1996Article ID: Q125700 |
The information in this article applies to:
Windows 95 supports a subset of Net function calls. This is a list of the supported functions:
NetAccessAdd NetAccessCheck NetAccessDel NetAccessEnum NetAccessGetInfo NetAccessGetUserPerms NetAccessSetInfo NetConnectionEnum NetFileClose2 NetFileEnum NetSecurityGetInfo NetServerGetInfo NetServerSetInfo NetSessionDel NetSessionEnum NetSessionGetInfo NetShareAdd NetShareDel NetShareEnum NetShareGetInfo NetShareSetInfoWindows 95 support for these functions differs from Windows NT in two ways. First, because Windows 95 doesn't support Unicode, these functions require ANSI strings. Second, Windows 95 exports the Net functions from SVRAPI.DLL instead of NETAPI32.DLL. If an attempt is made to run a native Windows NT application on Windows 95, the following error will result:
"The <application> file is linked to missing export NETAPI32.DLL <Net...API>"To handle these differences, applications targeted to both Windows NT and Windows 95 should do the following:
|
Additional reference words: 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |