bGetDLCDataByIndex method

bool bGetDLCDataByIndex(
  1. int iDLC,
  2. Pointer<UnsignedInt> pAppId,
  3. Pointer<Bool> pbAvailable,
  4. Pointer<Utf8> name,
  5. int cchNameBufferSize,
)

Implementation

bool bGetDLCDataByIndex(
  int iDLC,
  Pointer<UnsignedInt> pAppId,
  Pointer<Bool> pbAvailable,
  Pointer<Utf8> name,
  int cchNameBufferSize,
) =>
    _bGetDLCDataByIndex.call(
      this,
      iDLC,
      pAppId,
      pbAvailable,
      name,
      cchNameBufferSize,
    );