VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Attributes
DtVrfObjectHandoffData Struct Reference

Structure containing data for object handoff operations.

Public Types

enum  HandoffFlag {
  Prepare, BeforeConvertToRemote, AfterConvertToRemote, BeforeConvertToLocal,
  AfterConvertToLocal, Abort, Failed
}
 

Public Attributes

HandoffFlag handoffFlag
 

Member Enumeration Documentation

Enumeration defining the stages of an object handoff process.

Enumerator
Prepare 

Initial preparation stage. If handoff is not desired, set flag to Abort. Otherwise, this flag indicates the current handoff step.

BeforeConvertToRemote 

Stage before converting object to remote representation.

AfterConvertToRemote 

Stage after converting object to remote representation.

BeforeConvertToLocal 

Stage before converting object to local representation.

AfterConvertToLocal 

Stage after converting object to local representation.

Abort 

Indicates handoff process should be aborted.

Failed 

Failure to recreate object for local usage, requiring object deletion.

Member Data Documentation

HandoffFlag DtVrfObjectHandoffData::handoffFlag

Current state of the handoff process.


The documentation for this struct was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)