API 文件集 > Miscellaneous > Object ProWchar > Function ProWcharSizeVerify
Function ProWcharSizeVerify
Description
Compares the size of wchar_t in the application with the size of wchar_t in Creo Parametric.
Synopsis
#include <ProUtil.h>
ProWcharSizeVerify
(
int application_size_of_wchar
/* (In)
The size of wchar_t in the application. Use sizeof(wchar_t) to get the size.
*/
int* proe_size_of_wchar
/* (Out)
The size of wchar_t in Creo Parametric.
*/
)
Returns
Both sizes are the same.
The sizes are different.
Sample Code References
User Guide References
這是否有幫助?