Function ProMdlWindowGet
Description
Finds the window with the specified model as the top-level object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlWindowGet
(
ProMdl mdl
/* (In)
The model that is a top-level object
*/
int* window_id
/* (Out)
The window identifier
*/
)
Returns
The function successfully found the window.
The function was not able to find the window.
Sample Code References
Isto foi útil?