| Author |
Message |
David White
Guest
|
Posted:
Thu Dec 22, 2005 1:30 am Post subject:
Is there a comprehensive way to look up messages? |
|
|
I got an error message (0xC00D1B82) when I execute this line:
Preview1.SetViewProperties(lpreviewStream1, (int)Panel_Preview1.Handle);
I used code right out of the examples. A search on Google or MSN yeilds
nothing
--
David White
GSD Architecture
|
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Thu Dec 22, 2005 7:43 am Post subject:
Re: Is there a comprehensive way to look up messages? |
|
|
On Wed, 21 Dec 2005 13:41:18 -0800, David White wrote:
| Quote: | I got an error message (0xC00D1B82) when I execute this line:
Preview1.SetViewProperties(lpreviewStream1, (int)Panel_Preview1.Handle);
I used code right out of the examples. A search on Google or MSN yeilds
nothing
|
Found some matches on Google Groups:
http://groups.google.com/groups?&q=0xC00D1B82
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
David White
Guest
|
Posted:
Thu Dec 22, 2005 9:21 am Post subject:
Re: Is there a comprehensive way to look up messages? |
|
|
That's a real cute answer. I see you leave a lot of them like that on this
message board. Funny thing is all of those don't tell you anything either. So
now do you have a real answer?
--
David White
GSD Architecture
"The March Hare [MVP]" wrote:
| Quote: | On Wed, 21 Dec 2005 13:41:18 -0800, David White wrote:
I got an error message (0xC00D1B82) when I execute this line:
Preview1.SetViewProperties(lpreviewStream1, (int)Panel_Preview1.Handle);
I used code right out of the examples. A search on Google or MSN yeilds
nothing
Found some matches on Google Groups:
http://groups.google.com/groups?&q=0xC00D1B82
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
|
|
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Thu Dec 22, 2005 9:30 am Post subject:
Re: Is there a comprehensive way to look up messages? |
|
|
On Wed, 21 Dec 2005 19:21:02 -0800, David White wrote:
| Quote: | That's a real cute answer. I see you leave a lot of them like that on this
message board.
|
Right. I guess that's why I've received the MVP award from Microsoft for
the past four years.
| Quote: | Funny thing is all of those don't tell you anything either.
|
I thought that you wanted to know what the error code means. That is
contained in at least one of the threads:
NS_E_NO_DATAVIEW_SUPPORT
"Internal problems are preventing the preview or postview."
You wrote that "A search on Google or MSN yields
nothing" on the error code.
This leads to this page via Google:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmencode/htm/errorcodes.asp
Which seems like a comprehensive list of WM9 error codes for the WME SDK.
And this:
+//
+// MessageId: NS_E_NO_DATAVIEW_SUPPORT
+//
+// MessageText:
+//
+// It is not possible to display your source or output video in the Video
panel.%0
+//
+#define NS_E_NO_DATAVIEW_SUPPORT _HRESULT_TYPEDEF_(0xC00D1B82L)
| Quote: | So
now do you have a real answer?
|
See above. I apologize in advance for continuing to try to be helpful
despite the lack of comprehension and courtesy in your response.
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
David White
Guest
|
Posted:
Thu Dec 22, 2005 9:30 am Post subject:
Re: Is there a comprehensive way to look up messages? |
|
|
Thank you. That is very helpful
--
David White
GSD Architecture
"The March Hare [MVP]" wrote:
| Quote: | On Wed, 21 Dec 2005 19:21:02 -0800, David White wrote:
That's a real cute answer. I see you leave a lot of them like that on this
message board.
Right. I guess that's why I've received the MVP award from Microsoft for
the past four years.
Funny thing is all of those don't tell you anything either.
I thought that you wanted to know what the error code means. That is
contained in at least one of the threads:
NS_E_NO_DATAVIEW_SUPPORT
"Internal problems are preventing the preview or postview."
You wrote that "A search on Google or MSN yields
nothing" on the error code.
This leads to this page via Google:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmencode/htm/errorcodes.asp
Which seems like a comprehensive list of WM9 error codes for the WME SDK.
And this:
+//
+// MessageId: NS_E_NO_DATAVIEW_SUPPORT
+//
+// MessageText:
+//
+// It is not possible to display your source or output video in the Video
panel.%0
+//
+#define NS_E_NO_DATAVIEW_SUPPORT _HRESULT_TYPEDEF_(0xC00D1B82L)
So
now do you have a real answer?
See above. I apologize in advance for continuing to try to be helpful
despite the lack of comprehension and courtesy in your response.
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
|
|
|
| Back to top |
|
 |
|
|
|
|