Function GetCurrentProcess [src]

Prototype

pub fn GetCurrentProcess() HANDLE

Source

pub fn GetCurrentProcess() HANDLE { const process_pseudo_handle: usize = @bitCast(@as(isize, -1)); return @ptrFromInt(process_pseudo_handle); }