Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetInformation()

unsafe int System.Diagnostics.Tracing.EventProvider.SetInformation ( Interop::Advapi32::EVENT_INFO_CLASS eventInfoClass,
void * data,
uint dataSize )
inlinepackageinherited

Definition at line 1675 of file EventProvider.cs.

1676 {
1677 int result = 50;
1679 {
1680 try
1681 {
1683 }
1684 catch (TypeLoadException)
1685 {
1687 }
1688 }
1689 return result;
1690 }
static unsafe int EventSetInformation(long registrationHandle, EVENT_INFO_CLASS informationClass, void *eventInformation, uint informationLength)

References Interop.Advapi32.EventSetInformation(), System.Diagnostics.Tracing.EventProvider.m_regHandle, and System.Diagnostics.Tracing.EventProvider.m_setInformationMissing.