Ejemplo n.º 1
0
 internal static partial bool EvtGetChannelConfigProperty(
     EventLogHandle channelConfig,
     EvtChannelConfigPropertyId propertyId,
     int flags,
     int propertyValueBufferSize,
     IntPtr propertyValueBuffer,
     out int propertyValueBufferUsed);
Ejemplo n.º 2
0
 internal static extern bool EvtGetChannelConfigProperty(
     EventLogHandle channelConfig,
     [MarshalAs(UnmanagedType.I4)] EvtChannelConfigPropertyId propertyId,
     int flags,
     int propertyValueBufferSize,
     IntPtr propertyValueBuffer,
     out int propertyValueBufferUsed
     );
Ejemplo n.º 3
0
 internal static extern bool EvtSetChannelConfigProperty(
     EventLogHandle channelConfig,
     [MarshalAs(UnmanagedType.I4)] EvtChannelConfigPropertyId propertyId,
     int flags,
     ref EvtVariant propertyValue
     );
Ejemplo n.º 4
0
 internal static partial bool EvtSetChannelConfigProperty(
     EventLogHandle channelConfig,
     EvtChannelConfigPropertyId propertyId,
     int flags,
     ref EvtVariant propertyValue);