IInteropLogger.LogWithPathAndHResult(Int32, String, 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 LogWithPathAndHResult(int entryType, System::String ^ wszDescription, System::String ^ wszPath, int result);
public:
int LogWithPathAndHResult(int entryType, Platform::String ^ wszDescription, Platform::String ^ wszPath, int result);
int LogWithPathAndHResult(int entryType, std::wstring const & wszDescription, std::wstring const & wszPath, int result);
public int LogWithPathAndHResult (int entryType, string wszDescription, string wszPath, int result);
abstract member LogWithPathAndHResult : int * string * string * int -> int
Public Function LogWithPathAndHResult (entryType As Integer, wszDescription As String, wszPath As String, result As Integer) As Integer
Parameters
- entryType
- Int32
- wszDescription
- String
- wszPath
- String
- result
- Int32