GetModuleInfoList method

Pointer<Pointer<ModuleInfo>> GetModuleInfoList(
  1. Pointer<Char> arg0,
  2. Pointer<Size> arg1,
  3. Pointer<ExceptionInfo> arg2
)

Implementation

ffi.Pointer<ffi.Pointer<ModuleInfo>> GetModuleInfoList(
  ffi.Pointer<ffi.Char> arg0,
  ffi.Pointer<ffi.Size> arg1,
  ffi.Pointer<ExceptionInfo> arg2,
) {
  return _GetModuleInfoList(
    arg0,
    arg1,
    arg2,
  );
}