Skip to content

Commit

Permalink
Include Error Handling Function
Browse files Browse the repository at this point in the history
  • Loading branch information
luisredda authored May 13, 2019
1 parent c2f79a6 commit 011e740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/VB6Sample/mdlAppd.bas
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Attribute VB_Name = "AppDynamics"
Public Declare Function AppD_ExitCallBegin Lib "c:\\appdlib\\appdWrapper.dll" (ByVal BTHandleGuid As String, ByVal ExitCallGuid As String, ByVal BackEnd As String) As Integer
Public Declare Function AppD_ExitCallEnd Lib "c:\\appdlib\\appdWrapper.dll" (ByVal ExitCallGuid As String) As Integer
Public Declare Function AppD_ExitCallSetDetails Lib "c:\\appdlib\\appdWrapper.dll" (ByVal ExitCallGuid As String, ByVal Details As String) As Integer
Public Declare Function AppD_AddBTError Lib "c:\\appdlib\\appdWrapper.dll" (ByVal guid As String, ByVal level As Integer, ByVal message As String, ByVal mark_bt_as_error As Integer) As Integer

Public Type Guid
Data1 As Long
Expand Down

0 comments on commit 011e740

Please sign in to comment.