Programming Windows Cluster resource DLLs using Delphi
Posted
by kaeff
on Stack Overflow
See other posts from Stack Overflow
or by kaeff
Published on 2010-04-26T12:41:38Z
Indexed on
2010/04/26
12:43 UTC
Read the original article
Hit count: 202
I wonder whether there's a way to program a resource DLL for Windows Clusters in Delphi. I want to write a program that observes cluster state changes.
Judging from the MSDN API reference, all relevant functions are located in the ClusAPI.h and ResAPI.h headers, but unfortunately it seems as if they haven't been ported yet and HeaderConv seems to fail on them.
Does anyone has experience in doing such a thing?
© Stack Overflow or respective owner