myCPINFOEX 642 ext/win32ole/win32ole.c static BOOL (*pGetCPInfoEx)(UINT, DWORD, struct myCPINFOEX *) = NULL; myCPINFOEX 643 ext/win32ole/win32ole.c struct myCPINFOEX* buf; myCPINFOEX 659 ext/win32ole/win32ole.c pGetCPInfoEx = (BOOL (*)(UINT, DWORD, struct myCPINFOEX *)) myCPINFOEX 665 ext/win32ole/win32ole.c buf = ALLOCA_N(struct myCPINFOEX, 1); myCPINFOEX 666 ext/win32ole/win32ole.c ZeroMemory(buf, sizeof(struct myCPINFOEX));