.
The DsRoleFreeMemory function frees memory allocated by the DsRoleGetPrimaryDomainInformation function.
1/23/2013 1:55:48 AM - anonymous
TODO - a short description
1/13/2009 5:16:20 PM - -131.107.0.87
.
/// <summary>Frees memory allocated by <see cref="DsRoleGetPrimaryDomainInformation" />.</summary>
.
private static extern int DsRoleGetPrimaryDomainInformation(
.
Declare Function DsRoleGetPrimaryDomainInformation Lib "netapi32.dll" (TODO) As TODO
.
int lastWin32Error = DsRoleGetPrimaryDomainInformation(server, infoLevel, out buffer);
.