[]
ID3DUserDefinedAnnotation
[Guid("b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab")]
public class UserDefinedAnnotation : ComObject, IDisposable, IUnknown
Initializes a new instance of the UserDefinedAnnotation class.
public UserDefinedAnnotation(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
int ID3DUserDefinedAnnotation::BeginEvent([In] const wchar_t* Name)
public int BeginEvent(string name)
name
stringint ID3DUserDefinedAnnotation::EndEvent()
public int EndEvent()
BOOL ID3DUserDefinedAnnotation::GetStatus()
public bool GetStatus()
void ID3DUserDefinedAnnotation::SetMarker([In] const wchar_t* Name)
public void SetMarker(string name)
name
stringPerforms an explicit conversion from System.IntPtr to UserDefinedAnnotation.
public static explicit operator UserDefinedAnnotation(IntPtr nativePointer)
nativePointer
System.IntPtr