![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PersistBoolData (IPMUnknown *boss) | |
| virtual void | Set (bool16 b) |
| virtual bool16 | GetBool () const |
| virtual void | ReadWrite (IPMStream *s, ImplementationID prop) |
Public Member Functions inherited from IBoolData | |
| ValueType | Get () const |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Protected Attributes | |
| bool16 | fBool |
Additional Inherited Members | |
Public Types inherited from IBoolData | |
| enum | { kDefaultIID = IID_IBOOLDATA } |
| typedef bool16 | ValueType |
| virtual |
| virtual |
Store a new boolean value into this interface.
| b | The new boolean to store |
Implements IBoolData.