#ifndef COMMAND_H
#define COMMAND_H

void StartContextCommand (HWND hDialog,  // g.hMain or a server window
                          LPIDENT lpiRepresentedByWindow,
                          LPIDENT lpiChosenByClick,
                          int cmd);


#endif

