Function ProGtolNameGet
Description
Get name of gtol
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolNameGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t** p_name
/* (Out)
name string.Free it using ProWstringFree()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Gtol is not found in database.
User Guide References
これは役に立ちましたか?