Sha256: 53b2491f0b859c58983f82429b7f3a03c9725fc83bf28328e3e7c8cedc4a432e
Contents?: true
Size: 689 Bytes
Versions: 7
Compression:
Stored size: 689 Bytes
Contents
#ifndef WDM_RB_CHANGE_H #define WDM_RB_CHANGE_H #ifdef __cplusplus extern "C" { #endif // __cplusplus // ---------------------------------------------------------- // Global variables // ---------------------------------------------------------- extern VALUE cWDM_Change; // --------------------------------------------------------- // Prototypes // --------------------------------------------------------- VALUE wdm_rb_change_new_from_notification(const LPWSTR, const PFILE_NOTIFY_INFORMATION); void wdm_rb_change_init(); // --------------------------------------------------------- #ifdef __cplusplus } #endif // __cplusplus #endif // WDM_RB_CHANGE_H
Version data entries
7 entries across 7 versions & 3 rubygems