Wednesday, September 3, 2008

NirCmd DLL

NirCmd DLL is a sample dll that you can call in order to execute NirCmd Commands.

nircmd.dll exports only one function:
BOOL WINAPI DoNirCmd(LPSTR lpszCommand)

The function accepts one parameter containing the NirCmd command, and returns True (1) on success, and False (0) on failure.

NirCmd DLL
NirCmd DLL Samples (Visual Basic + C#)

0 comments: