Programming a Windows Cluster Resource Resource DLL Using Delphi

I wonder if there is a way to program resource DLLs for Windows clusters in Delphi. I want to write a program that monitors cluster state changes.

Judging by the MSDN API link , all the relevant functions are in the ClusAPI.h and ResAPI.h headers, but unfortunately it looks like they have not been ported yet, and HeaderConv seems to fail on them.

Does anyone have any experience with this?

+3
source share
2 answers

C- API Dll, . #/.NET ++/CLI, .

+1

C Pascal. API , - ... , . ( ), Delphi Records ( Packed Records ). .

, " ", , , ( ).

0

Source: https://habr.com/ru/post/1742815/


All Articles