Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
608 B

  1. Migration to new interface
  2. o deal with missing stuff in prop.idl :
  3. #define STG_E_PROPSETMISMATCHED 0x800300F0
  4. Specification changes to reflect implementation
  5. o threading issues
  6. Unresolved implementation/design issues
  7. o Returing STG_E_INVALIDPOINTER ?
  8. o threading issues -- two ref counts : one for enumerations and one for regular refs
  9. o Enumerating properties of VT_STREAM etc type - do we check that the stream exists ? Or document
  10. that just because it is enumerated doesn't mean you can open it ? How is VT_STREAM enumerated anyway ?
  11. As a stream or as a string ?
  12. Test cases to consider: