Esempio n. 1
0
 internal static extern bool EvtSetChannelConfigProperty(
     EventLogHandle channelConfig,
     [MarshalAs(UnmanagedType.I4)] EvtChannelConfigPropertyId propertyId,
     int flags,
     ref EvtVariant propertyValue
     );
 internal static extern bool EvtSetChannelConfigProperty(EventLogHandle channelConfig, [MarshalAs(UnmanagedType.I4)] EvtChannelConfigPropertyId propertyId, int flags, ref EvtVariant propertyValue);
Esempio n. 3
0
 internal static partial bool EvtSetChannelConfigProperty(
     EventLogHandle channelConfig,
     EvtChannelConfigPropertyId propertyId,
     int flags,
     ref EvtVariant propertyValue);
 public static extern bool EvtSetChannelConfigProperty(
                     IntPtr channelConfig,
                     [MarshalAs(UnmanagedType.I4)]EvtChannelConfigPropertyId propertyId,
                     int flags,
                     ref EvtVariant propertyValue
                             );