ENUMRESLANGPROCW typedef

ENUMRESLANGPROCW = Int32 Function(Pointer<HINSTANCE__>, Pointer<Uint16>, Pointer<Uint16>, Uint16, Int64)

Implementation

typedef ENUMRESLANGPROCW = ffi.Int32 Function(
  ffi.Pointer<HINSTANCE__>,
  ffi.Pointer<ffi.Uint16>,
  ffi.Pointer<ffi.Uint16>,
  ffi.Uint16,
  ffi.Int64,
);