API 文件集 > Miscellaneous > Object ProGtoldata > Function ProGtolAttachGet
Function ProGtolAttachGet
Description
get gtol Attach
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtolAttach.h>
ProGtolAttachGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProGtolAttach* r_gtol_attach
/* (Out)
ProGtolAttach structure. Free it using ProGtolAttachFree();
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
這是否有幫助?