ok(hr==S_OK,"IDBProperties_GetProperties failed with error 0x%08x",hr);
ok(propset_count==1,"Expected propset_count of 1 but got %d\n",propset_count);
ok(propsets->rgProperties[0].dwPropertyID==TEST_PROPID,"Expected property ID of 0x%x, but got 0x%x\n",TEST_PROPID,propsets->rgProperties[0].dwPropertyID);