process.go 316 B

12345678910
  1. package winapi
  2. const PROCESS_ALL_ACCESS uint32 = 2097151
  3. // DWORD GetProcessImageFileNameW(
  4. // HANDLE hProcess,
  5. // LPWSTR lpImageFileName,
  6. // DWORD nSize
  7. // );
  8. //sys GetProcessImageFileName(hProcess windows.Handle, imageFileName *uint16, nSize uint32) (size uint32, err error) = kernel32.GetProcessImageFileNameW