views:

37

answers:

1

Hello,

This is a question about DirectShow IEnumMoniker.

Out of some reason, I have to know "what kind of order" IEnumMoniker enumerates items. (I mean, it's alphabetically or...?)

The following pages are documents about IEnumMoniker, however, it doesn't mention about this :

http://msdn.microsoft.com/en-us/library/ms692852(v=VS.85).aspx

http://msdn.microsoft.com/en-us/library/dd407292%28VS.85%29.aspx

If anybody has the idea about the enumeration sequence, please let me know.

Thanks a lot.

A: 

There are some enumeration examples on this guy's blog: http://blogs.msdn.com/b/matthew_van_eerde/ that might be of interest to you.

rogerdpack