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

Search Results for "DS_NAME_ERROR" in [All]

ntdsapi

.

       public enum DS_NAME_ERROR

.

      DS_NAME_ERROR_RESOLVING = 1,

.

      DS_NAME_ERROR_NOT_FOUND = 2,

.

      DS_NAME_ERROR_NOT_UNIQUE = 3,

.

      DS_NAME_ERROR_NO_MAPPING = 4,

.

      DS_NAME_ERROR_DOMAIN_ONLY = 5,

.

      DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING = 6,

.

      DS_NAME_ERROR_TRUST_REFERRAL = 7

.

      // going out on the wire.  Returns DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING

.

         if (res == null || res.Length == 0 || res[0].status != NativeMethods.DS_NAME_ERROR.DS_NAME_NO_ERROR)

.

      public DS_NAME_ERROR status;

.

         if (status == DS_NAME_ERROR.DS_NAME_NO_ERROR)

Enums

.
Summary
.

enum DS_NAME_ERROR {

.

  DS_NAME_ERROR_RESOLVING = 1,

.

  DS_NAME_ERROR_NOT_FOUND = 2,

.

  DS_NAME_ERROR_NOT_UNIQUE = 3,

.

  DS_NAME_ERROR_NO_MAPPING = 4,

.

  DS_NAME_ERROR_DOMAIN_ONLY = 5,

.

  DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING = 6,

.

  DS_NAME_ERROR_TRUST_REFERRAL = 7

.

Enum DS_NAME_ERROR

.
Documentation
[DS_NAME_ERROR] on MSDN
.

  // going out on the wire.  Returns DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING

Constants

.

        public const int ERROR_DS_NAME_ERROR_RESOLVING = 8469;

.

        public const int ERROR_DS_NAME_ERROR_NOT_FOUND = 8470;

.

        public const int ERROR_DS_NAME_ERROR_NOT_UNIQUE = 8471;

.

        public const int ERROR_DS_NAME_ERROR_NO_MAPPING = 8472;

.

        public const int ERROR_DS_NAME_ERROR_DOMAIN_ONLY = 8473;

.

        public const int ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING = 8474;

.

        public const int ERROR_DS_NAME_ERROR_TRUST_REFERRAL = 8583;

Structures

.

  DS_NAME_ERROR status;


 
Access PInvoke.net directly from VS: