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

DS_NAME_FLAGS (Enums)
 
.
Summary

C# Definition:

[Flags]
enum DS_NAME_FLAGS {
  DS_NAME_NO_FLAGS = 0x0,

  // Perform a syntactical mapping at the client (if possible) without
  // going out on the wire.  Returns DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
  // if a purely syntactical mapping is not possible.
  DS_NAME_FLAG_SYNTACTICAL_ONLY = 0x1,

  // Force a trip to the DC for evaluation, even if this could be
  // locally cracked syntactically.
  DS_NAME_FLAG_EVAL_AT_DC = 0x2,

  // The call fails if the DC is not a GC
  DS_NAME_FLAG_GCVERIFY = 0x4,

  // Enable cross forest trust referral
  DS_NAME_FLAG_TRUST_REFERRAL = 0x8
}

VB Definition:

Enum DS_NAME_FLAGS
   TODO
End Enum

Notes:

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
Edit This Page
Find References
Show Printable Version
Revisions