CloseServiceHandle (advapi32)
Last changed: -213.208.105.101

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern TODO CloseServiceHandle(TODO);

VB Signature:

    <DllImport("kernel32.dll", SetLastError:=True)> _
    Private Shared Function CloseServiceHandle(ByVal serviceHandle As IntPtr) As Boolean
    End Function

User-Defined Types:

None.

Notes:

Handles returned from CreateService must be closed using this function, rather than the standard CloseHandle

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation