Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting Wevtapi.dll(retry) #723

Merged
merged 3 commits into from
Nov 5, 2016

Commits on Nov 3, 2016

  1. Porting Wevtapi.dll

    Porting Winevt.h
    Adding Wevtutil
    sakamotodesu committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    5771269 View commit details
    Browse the repository at this point in the history
  2. add PR to CHANGES.md

    sakamotodesu committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    0c10f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. change license header to dual-license

    change buffer type to `char[]`:
      - EvtGetExtendedStatus
      - EvtFormatMessage
      - EvtNextChannelPath
      - EvtNextPublisherId
    
     change return value of utilities to String:
      - EvtFormatMessage
      - EvtNextPublisherId
    
      add EVT_VARIANT#ByValue constructor
      remove EVT_PRC_LOGIN#newByReference/newByValue/newIncetance
    sakamotodesu committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    27b355c View commit details
    Browse the repository at this point in the history