[DllImportAttribute("CoreDLL.dll", SetLastError = true)] public static bool GetExitCodeProcess( IntPtr processHandle, out uint exitCode )
<DllImportAttribute("CoreDLL.dll", SetLastError := true>] Public Shared Function GetExitCodeProcess ( processHandle As IntPtr, <OutAttribute> ByRef exitCode As UInteger ) As Boolean
public: [DllImportAttribute(L"CoreDLL.dll", SetLastError = true)] static bool GetExitCodeProcess( IntPtr processHandle, [OutAttribute] unsigned int% exitCode )
[<DllImportAttribute("CoreDLL.dll", SetLastError = true)>] static member GetExitCodeProcess : processHandle : IntPtr * exitCode : uint32 byref -> bool
Copyright © Xcalibur Systems, LLC. 2006 - 2023