DS_NAME_RESULT (Structures)
Last changed: stefan.cuypers@pandora.be-213.118.174.16

.
Summary
The DS_NAME_RESULT_ITEM structure contains a name converted by the DsCrackNames function, along with associated error and domain data.

C# Definition:

[ StructLayout( LayoutKind.Sequential, CharSet=CharSet.Auto )]

private struct DS_NAME_RESULT_ITEM

{

  DS_NAME_ERROR status;
  string pDomain;
  string pName;

}

VB Definition:

Structure DS_NAME_RESULT_ITEM
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation