DisassociateCurrentThreadFromCallback method

void DisassociateCurrentThreadFromCallback(
  1. Pointer<_TP_CALLBACK_INSTANCE> pci
)

Implementation

void DisassociateCurrentThreadFromCallback(
  ffi.Pointer<_TP_CALLBACK_INSTANCE> pci,
) {
  return _DisassociateCurrentThreadFromCallback(
    pci,
  );
}