Documentación de la API
>
Windows and views
>
Object ProWindow
> Function ProWindowMdlGet
Function ProWindowMdlGet
Description
Retrieves the Creo Parametric model that owns the specified window.
Replacement in Object TOOLKIT:
pfcWindow::Model
Synopsis
#include <
ProWindows.h
>
ProError
ProWindowMdlGet
(
int window
/* (In)
The handle to the Creo Parametric window
*/
ProMdl
* r_mdl
/* (Out)
The model that owns the window
*/
)
Returns
PRO_TK_BAD_INPUTS
The specified window handle is invalid.
PRO_TK_NO_ERROR
The function returned the model.
Sample Code References
pt_examples ( TestDbms.c )
pt_examples ( TestDbms.c )
pt_examples ( TestDbms.c )
pt_examples ( TestWindow.c )
pt_examples ( TestSelect.c )
User Guide References
Retrieving the Owner of a Window:ProWindowMdlGet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado