Where can I get ClusDocEx.cpp?
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Where can I get ClusDocEx.cpp?

 
Post new topic   Reply to topic    Windows Server Forum Index -> Clustering
Author Message
Peter Steele
Guest





Posted: Tue Dec 28, 2004 10:49 pm    Post subject: Where can I get ClusDocEx.cpp? Reply with quote

A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't seem to
return any pointers.

Thanks.

Peter
Back to top
Rodney R. Fournier [MVP]
Guest





Posted: Tue Dec 28, 2004 10:50 pm    Post subject: Re: Where can I get ClusDocEx.cpp? Reply with quote

I have no clue, but I did a google search and found this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusdocex_h.asp

I know that is the header file, but maybe that will help?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:O0tzR0P7EHA.4064@TK2MSFTNGP10.phx.gbl...
Quote:
A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't seem to
return any pointers.

Thanks.

Peter

Back to top
Peter Steele
Guest





Posted: Wed Dec 29, 2004 12:32 am    Post subject: Re: Where can I get ClusDocEx.cpp? Reply with quote

Unfortunately there are lots of hits for the .h file but none for the .cpp
file...

"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:efMFX1P7EHA.2156@TK2MSFTNGP10.phx.gbl...
Quote:
I have no clue, but I did a google search and found this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusdocex_h.asp

I know that is the header file, but maybe that will help?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:O0tzR0P7EHA.4064@TK2MSFTNGP10.phx.gbl...
A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't seem
to return any pointers.

Thanks.

Peter



Back to top
Rodney R. Fournier [MVP]
Guest





Posted: Wed Dec 29, 2004 2:30 am    Post subject: Re: Where can I get ClusDocEx.cpp? Reply with quote

That is what I saw.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:ul%23Z7tQ7EHA.1524@TK2MSFTNGP09.phx.gbl...
Quote:
Unfortunately there are lots of hits for the .h file but none for the .cpp
file...

"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:efMFX1P7EHA.2156@TK2MSFTNGP10.phx.gbl...
I have no clue, but I did a google search and found this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusdocex_h.asp

I know that is the header file, but maybe that will help?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:O0tzR0P7EHA.4064@TK2MSFTNGP10.phx.gbl...
A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't seem
to return any pointers.

Thanks.

Peter





Back to top
Scott Schnoll [MSFT]
Guest





Posted: Wed Dec 29, 2004 2:46 am    Post subject: Re: Where can I get ClusDocEx.cpp? Reply with quote

Hi,

AFAIK, there is no ClusDocEx.cpp. ClusDocEx.h should be sufficient, as it
has all the required declarations and function definitions.

Hope this helps.
--
Scott Schnoll
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup
purposes only.


"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:uMXhIwR7EHA.1524@TK2MSFTNGP09.phx.gbl...
Quote:
That is what I saw.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:ul%23Z7tQ7EHA.1524@TK2MSFTNGP09.phx.gbl...
Unfortunately there are lots of hits for the .h file but none for the
.cpp file...

"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:efMFX1P7EHA.2156@TK2MSFTNGP10.phx.gbl...
I have no clue, but I did a google search and found this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusdocex_h.asp

I know that is the header file, but maybe that will help?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:O0tzR0P7EHA.4064@TK2MSFTNGP10.phx.gbl...
A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't seem
to return any pointers.

Thanks.

Peter







Back to top
Peter Steele
Guest





Posted: Wed Dec 29, 2004 3:38 am    Post subject: Re: Where can I get ClusDocEx.cpp? Reply with quote

Hmmm, I must have a different ClusDocEx.h file. The one I have only had the
function headers and no code. I'll have to do a new search for this file.
Thanks.

"Scott Schnoll [MSFT]" <scschnol@online.microsoft.com> wrote in message
news:uxQO94R7EHA.3504@TK2MSFTNGP12.phx.gbl...
Quote:
Hi,

AFAIK, there is no ClusDocEx.cpp. ClusDocEx.h should be sufficient, as it
has all the required declarations and function definitions.

Hope this helps.
--
Scott Schnoll
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup
purposes only.


"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:uMXhIwR7EHA.1524@TK2MSFTNGP09.phx.gbl...
That is what I saw.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:ul%23Z7tQ7EHA.1524@TK2MSFTNGP09.phx.gbl...
Unfortunately there are lots of hits for the .h file but none for the
.cpp file...

"Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
message news:efMFX1P7EHA.2156@TK2MSFTNGP10.phx.gbl...
I have no clue, but I did a google search and found this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusdocex_h.asp

I know that is the header file, but maybe that will help?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog

"Peter Steele" <psteele@z-force.com> wrote in message
news:O0tzR0P7EHA.4064@TK2MSFTNGP10.phx.gbl...
A lot of the coding examples on MSDN make use of functions defined
ClusDocEx.cpp. Where can I find this file? A search on MSDN doesn't
seem to return any pointers.

Thanks.

Peter









Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Clustering All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB