API Documentation
>
Miscellaneous
>
Object ProToolkit
> Function ProToolkitApplTextPathGet
Function ProToolkitApplTextPathGet
Description
Retrieves the path to the directory containing the "text" directory for the application.
Replacement in Object TOOLKIT:
wfcWSession::GetApplicationTextPath
Synopsis
#include <
ProUtil.h
>
ProError
ProToolkitApplTextPathGet
(
ProPath
text_path
/* (Out)
The path to where the text files (message and menu files) are located
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The text_path argument is NULL.
Sample Code References
pt_examples ( TestMain.c )
pt_install_cxx ( TestInstall.cxx )
pt_install_test ( TestInstall.c )
pt_userguide ( UgREADME.c )
pt_userguide ( UgFileEdit.c )
User Guide References
Registry File Data:ProToolkitApplTextPathGet
Was this helpful?
This site works best with JavaScript enabled