| Visual Basic | |
|---|---|
Sub LogMessage( _ ByVal eMsgID As EdmGetOpMsg, _ ByVal hCode As System.Integer, _ ByVal bsDetails As System.String _ ) | |
| C# | |
|---|---|
void LogMessage( EdmGetOpMsg eMsgID, System.int hCode, System.string bsDetails ) | |
| C++/CLI | |
|---|---|
void LogMessage( & EdmGetOpMsg eMsgID, & System.int hCode, & System.String^ bsDetails ) | |
Parameters
- eMsgID
- Message to display to the user as defined in EdmGetOpMsg
- hCode
- Error code causing this method to be called
- bsDetails
- Reason for calling this method
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.3