IDebugWrappedMessageEvent140.GetTimedEvent(UInt32, String, UInt64) 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:
void GetTimedEvent(System::UInt32 index, [Runtime::InteropServices::Out] System::String ^ % pbstrMessage, [Runtime::InteropServices::Out] System::UInt64 % timeStamp);
public void GetTimedEvent(uint index, out string pbstrMessage, out ulong timeStamp);
abstract member GetTimedEvent : uint32 * string * uint64 -> unit
Public Sub GetTimedEvent (index As UInteger, ByRef pbstrMessage As String, ByRef timeStamp As ULong)
Parameters
- index
- UInt32
- pbstrMessage
- String
- timeStamp
- UInt64