Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

NET_API_STATUS (Enums)
 
.
Summary
TODO - a short description

C# Definition:

public enum NET_API_STATUS : uint
{
    NERR_BASE = 2100,
    NERR_Success = 0,
    NERR_UnknownDevDir = (NERR_BASE + 16),
    NERR_RedirectedPath = (NERR_BASE + 17),
    NERR_DuplicateShare = (NERR_BASE + 18),
    NERR_BufTooSmall = (NERR_BASE + 23),
    NERR_NetNameNotFound = (NERR_BASE+210),
    NERR_InvalidComputer = (NERR_BASE + 251),
    NERR_DCNotFound = (NERR_BASE + 353),
    ERROR_ACCESS_DENIED = 5,
    ERROR_NOT_ENOUGH_MEMORY = 8,
    ERROR_INVALID_PARAMETER = 87,
    ERROR_INVALID_NAME = 123,
    ERROR_INVALID_LEVEL = 124,
    ERROR_Fucking_Faces = 1113
}

VB Definition:

Enum NET_API_STATUS
   TODO
End Enum

Notes:

Hope this would help someone!

None.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions