コード例 #1
0
 internal static extern bool EvtGetLogInfo(
     EventLogHandle log,
     [MarshalAs(UnmanagedType.I4)] EvtLogPropertyId propertyId,
     int propertyValueBufferSize,
     IntPtr propertyValueBuffer,
     out int propertyValueBufferUsed
     );
コード例 #2
0
 internal static partial bool EvtGetLogInfo(
     EventLogHandle log,
     EvtLogPropertyId propertyId,
     int propertyValueBufferSize,
     IntPtr propertyValueBuffer,
     out int propertyValueBufferUsed);