Function CreateToolhelp32Snapshot [src]
Prototype
pub extern "kernel32" fn CreateToolhelp32Snapshot( dwFlags: DWORD, th32ProcessID: DWORD, ) callconv(.winapi) HANDLE
Parameters
dwFlags: DWORD
th32ProcessID: DWORD
Source
pub extern "kernel32" fn CreateToolhelp32Snapshot(
dwFlags: DWORD,
th32ProcessID: DWORD,
) callconv(.winapi) HANDLE