C语言写的SDK程序中COLORREF类型数组比较的问题!!

2024-12-28 10:09:49
推荐回答(1个)
回答1:

COLORREF X[3];
COLORREF Y[3];
memcmp((char*)X,(char*)Y,sizeof(COLORREF)*3);