DsGetDcClose (netapi32)
Last changed: -171.161.160.10

.
Summary
TODO - a short description

C# Signature:

[DllImport("Netapi32.dll", CharSet = CharSet.Auto, SetLastError = true)]
static extern void DsGetDcClose(
    IntPtr GetDcContextHandle
);

VB Signature:

Declare Function DsGetDcClose Lib "netapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation