GetBinaryTypeA method

int GetBinaryTypeA(
  1. Pointer<Int8> lpApplicationName,
  2. Pointer<Uint64> lpBinaryType
)

Implementation

int GetBinaryTypeA(
  ffi.Pointer<ffi.Int8> lpApplicationName,
  ffi.Pointer<ffi.Uint64> lpBinaryType,
) {
  return _GetBinaryTypeA(
    lpApplicationName,
    lpBinaryType,
  );
}