Searched refs:IS_INTRESOURCE (Results 1 – 5 of 5) sorted by relevance
32 if (IS_INTRESOURCE(wndClass->lpszMenuName)) in MyRegisterClass()39 if (IS_INTRESOURCE(wndClass->lpszClassName)) in MyRegisterClass()82 if (IS_INTRESOURCE(className)) in CreateEx()91 if (IS_INTRESOURCE(windowName)) in CreateEx()
219 if (IS_INTRESOURCE(templateName)) in Create()240 if (IS_INTRESOURCE(templateName)) in Create()
91 if (IS_INTRESOURCE(className)) in CreateEx()
111 #ifndef IS_INTRESOURCE112 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0) macro3386 if (!IS_INTRESOURCE(name)) in PyCFuncPtr_FromDll()
117 #ifndef IS_INTRESOURCE118 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0) macro3491 if (!IS_INTRESOURCE(name)) in PyCFuncPtr_FromDll()