Searched refs:IsNull (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/apitests/atl/ |
H A D | CImage.cpp | 47 ok(image1.IsNull(), "Line %d: IsNull() was TRUE\n", iLine); in Test_BitmapEntry() 50 ok(!image1.IsNull(), "Line %d: IsNull() was FALSE\n", iLine); in Test_BitmapEntry() 79 ok(image1.IsNull(), "Line %d: IsNull() was TRUE\n", iLine); in Test_CompatBitmapEntry() 82 ok(!image1.IsNull(), "Line %d: IsNull() was FALSE\n", iLine); in Test_CompatBitmapEntry() 155 ok(image1.IsNull(), "Line %d: IsNull() was FALSE\n", iLine); in Test_DIBSectionEntry() 159 ok(!image1.IsNull(), "Line %d: IsNull() was FALSE\n", iLine); in Test_DIBSectionEntry() 307 ok_int(image1.IsNull(), TRUE); in Test_ResBitmap() 309 ok_int(image1.IsNull(), FALSE); in Test_ResBitmap() 317 ok_int(image2.IsNull(), TRUE); in Test_ResBitmap() 319 ok_int(image2.IsNull(), FALSE); in Test_ResBitmap()
|
/reactos/dll/win32/vbscript/ |
H A D | vbsglobal.idl | 338 VARIANT IsNull(VARIANT expression);
|
/reactos/sdk/lib/atl/ |
H A D | atlimage.h | 364 bool IsNull() const noexcept in IsNull() function
|
/reactos/modules/rostests/winetests/vbscript/ |
H A D | api.vbs | 1157 Call ok(IsNull(Abs(Null)), "Is Abs(Null) not Null?")
|
/reactos/dll/win32/framedyn/ |
H A D | framedyn.spec | 585 ;@ cdecl -arch=arm ?IsNull@CInstance@@QBA_NPBG@Z()
|