2009-06-10 08:36 AM - last edited on 2023-08-03 05:07 PM by Doreena Deng
err = ACAPI_Element_GetMemo (guid, &memo, APIMemoMask_WallWindows); if (err==NoError){ numW = BMGetHandleSize ((GSHandle) memo.wallWindows)/sizeof(API_Guid);but it doesnt work - the "numW" is always 8 characters long.. I tried to define it as long, double and short type. I bet I'm doing something wrong, I'm a beginner in programming.
2009-06-15 06:17 AM