GetProcessDefaultLayout method

int GetProcessDefaultLayout(
  1. Pointer<Uint64> pdwDefaultLayout
)

Implementation

int GetProcessDefaultLayout(
  ffi.Pointer<ffi.Uint64> pdwDefaultLayout,
) {
  return _GetProcessDefaultLayout(
    pdwDefaultLayout,
  );
}