Sends cancel to AutoCAD LT LTCustomizer21 for AutoCAD LT reference manual

ActiveX
    Sub cancel()
C/C++
    int WINAPI LTC_cancel();

This function is equal to below .
Dim str As String str = chr(27) & chr(27) LTC1.command2(str)