[DllImportAttribute("kernel32.dll")] public static bool SetInformationJobObject( IntPtr hJob, WindowsApiJobObjectInfoType infoType, IntPtr lpJobObjectInfo, uint cbJobObjectInfoLength )
<DllImportAttribute("kernel32.dll">] Public Shared Function SetInformationJobObject ( hJob As IntPtr, infoType As WindowsApiJobObjectInfoType, lpJobObjectInfo As IntPtr, cbJobObjectInfoLength As UInteger ) As Boolean
public: [DllImportAttribute(L"kernel32.dll")] static bool SetInformationJobObject( IntPtr hJob, WindowsApiJobObjectInfoType infoType, IntPtr lpJobObjectInfo, unsigned int cbJobObjectInfoLength )
[<DllImportAttribute("kernel32.dll")>] static member SetInformationJobObject : hJob : IntPtr * infoType : WindowsApiJobObjectInfoType * lpJobObjectInfo : IntPtr * cbJobObjectInfoLength : uint32 -> bool
GSF.Interop.WindowsApi.SetInformationJobObject = function(hJob, infoType, lpJobObjectInfo, cbJobObjectInfoLength);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.