Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • dl/lib/dl/types.rb

DL::Win32Types

Adds Windows type aliases to the including class for use with DL::Importer.

The aliases added are:

  • ATOM

  • BOOL

  • BYTE

  • DWORD

  • DWORD32

  • DWORD64

  • HANDLE

  • HDC

  • HINSTANCE

  • HWND

  • LPCSTR

  • LPSTR

  • PBYTE

  • PDWORD

  • PHANDLE

  • PVOID

  • PWORD

  • UCHAR

  • UINT

  • ULONG

  • WORD