getApiCallResult static method

bool getApiCallResult(
  1. HSteamPipe hSteamPipe,
  2. SteamApiCall hSteamApiCall,
  3. Pointer<Void> pCallback,
  4. int cubCallback,
  5. int iCallbackExpected,
  6. Pointer<Bool> pbFailed,
)

Implementation

static bool getApiCallResult(
  HSteamPipe hSteamPipe,
  SteamApiCall hSteamApiCall,
  Pointer<Void> pCallback,
  int cubCallback,
  int iCallbackExpected,
  Pointer<Bool> pbFailed,
) =>
    _getApiCallResult.call(
      hSteamPipe,
      hSteamApiCall,
      pCallback,
      cubCallback,
      iCallbackExpected,
      pbFailed,
    );