Skip to content

win32 COM handling cleanup

Steve Lhomme requested to merge robUx4/vlc:com-helpers into master
  • Use more WRL features
  • Use more IID_PPV_ARGS
  • Add helpers for non ComPtr COM creation calls

It should be safe to use these calls after !901 (merged) which this MR is based on.

v6:

  • rebased
Edited by Steve Lhomme

Merge request reports