Searched defs:SSMFIELD (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dssm.h95 typedef struct SSMFIELD *PSSMFIELD;
97 typedef const struct SSMFIELD *PCSSMFIELD;
100 * SSMFIELD Get/Put callback function.
115 typedef DECLCALLBACK(int) FNSSMFIELDGETPUT(PSSMHANDLE pSSM, const struct SSMFIELD *pField, void *pvStruct,
117 /** Pointer to a SSMFIELD Get/Put callback. */
123 * These are stored in the SSMFIELD::pfnGetPutOrTransformer and must therefore
180 * The first byte of SSMFIELD::cb contains the size for 32-bit hosts.
181 * The second byte of SSMFIELD::cb contains the size for 64-bit hosts.
182 * The upper word of SSMFIELD::cb contains the actual field size.
186 * SSMFIELD
219 typedef struct SSMFIELD struct
229 } SSMFIELD; typedef in typeref:struct:SSMFIELD
[all...]

Completed in 45 milliseconds