GetObjectType method

int GetObjectType(
  1. Pointer<Void> h
)

Implementation

int GetObjectType(
  ffi.Pointer<ffi.Void> h,
) {
  return _GetObjectType(
    h,
  );
}