Sack Library Documentation
|
PSI_CONTROL LoadXMLFrameEx(CTEXTSTR file DBG_PASS); PSI_CONTROL LoadXMLFrameOverEx(PSI_CONTROL frame, CTEXTSTR file DBG_PASS); #define LoadXMLFrame(file) LoadXMLFrameEx( file DBG_SRC )
Parameters |
Description |
CTEXTSTR file DBG_PASS |
passed to track allocation responsiblity. |
PSI_CONTROL frame |
frame to stack this frame against. (specify parent window.) |
file |
name of XML file to read and pass to ParseXMLFrame |
results with the frame and all controls created whatever extra init needs to be done... needs to be done if parent, use DisplayFrameOver().
If frame is specified in parameters, and is not NULL, then this window is stacked against the other one so it is always above the other window.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|