Documentação da API > Creo Parametric user interface > Object ProNavigatorpane > Function ProNavigatorpanePHolderDevicenameGet
Function ProNavigatorpanePHolderDevicenameGet
Description
Get the device name
Replacement in Object TOOLKIT:
Synopsis
#include <ProNavigator.h>
ProNavigatorpanePHolderDevicenameGet
(
int win_id
/* (In)
Window identifier
*/
char** device_name
/* (Out)
The device name. Free this string using ProStringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Function failed.
Sample Code References
User Guide References
Isto foi útil?