Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
Slot Struct Reference
Main Page
Public Member Functions
|
Public Attributes
Slot Struct Reference
Search for all occurrences
#include <control.h>
Inheritance diagram for Slot:
Class Description
See also:
Class
TempStore
.
Remarks:
This structure is used as part of a list of entries to store values into the
TempStore
.
Public Member Functions
Slot
()
CoreExport
~Slot
()
Public Attributes
void *
key
void *
pdata
int
nbytes
Slot
*
next
Constructor & Destructor Documentation
Slot
(
)
[inline]
Remarks:
Constructor. The data pointer is set to NULL.
{
pdata
=
NULL
; }
CoreExport ~
Slot
(
)
Remarks:
Destructor. If data is allocated it is freed.
Member Data Documentation
void*
key
Search for all occurrences
void*
pdata
Search for all occurrences
int
nbytes
Search for all occurrences
Slot
*
next
Search for all occurrences