prasannavl / WinApi

A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop
Apache License 2.0
823 stars 101 forks source link

Feature: Message Encoders #1

Closed prasannavl closed 8 years ago

prasannavl commented 8 years ago

Currently, MessageDecoder class has all the WM message decoders. Also provide the opposite, for making messages from the decoded parameters.

prasannavl commented 8 years ago

Resolved with version 2 - Uses Packets that can be used for both encoding and decoding.