Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::PSI_CONTROL Type
C++
typedef struct common_control_frame * PSI_CONTROL;

A handle to a PSI control or frame. The User's data is stored as the first member of this structure, so de-referencing the pointer twice gets the user data. All PSI functions work against PSI_CONTROL. Once upon a time this was just PSI_CONTROL, and so the methods for registering to handle events on the control still reference 'Common'.

PSI_CONTROL control;
POINTER user_data;
user_data = *(POINTER*)control;
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!