---
title: MemberVariables
framework: kernel
role: pseudoSymbol
path: kernel/iofwcommand/membervariables
---

# MemberVariables

## Declaration

```occ
struct MemberVariables {
   void *fFWIMRefCon;
   IOReturn fCompletionStatus;
   bool fSubmitTimeLatched;
   AbsoluteTime fSubmitTime;
   bool fFlush;
};
```

## Overview

Overview This structure will be used to expand the capablilties of the class in the future.
