Home
last modified time | relevance | path

Searched refs:PT_R4 (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c219 case PT_R4: exp *= sizeof(float); break; in test_UlPropSize()
488 case PT_R4: in test_FPropCompareProp()
613 case PT_R4: in test_LPropCompareProp()
738 case PT_R4: in test_ScCountProps()
1037 case PT_NULL: case PT_I2: case PT_I4: case PT_R4: in test_FBadPropTag()
1106 case PT_R4: in test_FBadProp()
1176 case PT_R4: in test_FBadColumnSet()
/reactos/dll/win32/mapi32/
H A Dprop.c237 case PT_R4: ulRet *= sizeof(float); in UlPropSize()
467 case PT_R4: in LPropCompareProp()
1231 case PT_R4: in FBadPropTag()
/reactos/sdk/include/psdk/
H A Dmapidefs.h199 #define PT_R4 4U macro
200 #define PT_FLOAT PT_R4
252 #define PT_MV_R4 (MV_FLAG|PT_R4)