| 
            
              WindowsApiCloseServiceHandle Method
             | 
          
        
        
            Win32 CloseServiceHandle function.
            
        
        Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax[DllImportAttribute("advapi32.dll", SetLastError = true)]
public static bool CloseServiceHandle(
	IntPtr hSCObject
)<DllImportAttribute("advapi32.dll", SetLastError := true>]
Public Shared Function CloseServiceHandle ( 
	hSCObject As IntPtr
) As Booleanpublic:
[DllImportAttribute(L"advapi32.dll", SetLastError = true)]
static bool CloseServiceHandle(
	IntPtr hSCObject
)
[<DllImportAttribute("advapi32.dll", SetLastError = true)>]
static member CloseServiceHandle : 
        hSCObject : IntPtr -> bool GSF.Interop.WindowsApi.CloseServiceHandle = function(hSCObject);
 View SourceParameters
- hSCObject  IntPtr
 -  
 
Return Value
Boolean
See Also