SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetProcessState()

static void Spices::MemoryEntry::SetProcessState ( ProcessState state)
inlinestatic

Set ProcessState Instance.

Parameters
[in]stateProcessState Instance.

Definition at line 38 of file MemoryEntry.h.

39 {
40 processState = state;
41 }
static ProcessState processState
Single Instance of ProcessState.

References processState.