DShow : Enumeration sequence of IEnumMoniker
Posted
by KenC
on Stack Overflow
See other posts from Stack Overflow
or by KenC
Published on 2010-04-29T03:38:39Z
Indexed on
2010/04/29
3:47 UTC
Read the original article
Hit count: 333
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.
© Stack Overflow or respective owner