[]
ID3DUserDefinedAnnotation
[Guid("b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab")]
public class UserDefinedAnnotation : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
UserDefinedAnnotation(IntPtr) | Initializes a new instance of the UserDefinedAnnotation class. |
Name | Description |
---|---|
BeginEvent(string) | int ID3DUserDefinedAnnotation::BeginEvent([In] const wchar_t* Name) |
EndEvent() | int ID3DUserDefinedAnnotation::EndEvent() |
GetStatus() | BOOL ID3DUserDefinedAnnotation::GetStatus() |
SetMarker(string) | void ID3DUserDefinedAnnotation::SetMarker([In] const wchar_t* Name) |
Name | Description |
---|---|
explicit operator UserDefinedAnnotation(IntPtr) | Performs an explicit conversion from IntPtr to UserDefinedAnnotation. |