IInteropLogger.LogWithHResult(Int32, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int LogWithHResult(int entryType, System::String ^ wszDescription, int result);
public:
int LogWithHResult(int entryType, Platform::String ^ wszDescription, int result);
int LogWithHResult(int entryType, std::wstring const & wszDescription, int result);
public int LogWithHResult (int entryType, string wszDescription, int result);
abstract member LogWithHResult : int * string * int -> int
Public Function LogWithHResult (entryType As Integer, wszDescription As String, result As Integer) As Integer
Parameters
- entryType
- Int32
- wszDescription
- String
- result
- Int32