Sha256: ff62d8fb9477455ed50c02ce7ce122a1ab5f9ef030ad1af4f39f4b4d4e0e610f
Contents?: true
Size: 662 Bytes
Versions: 49
Compression:
Stored size: 662 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
49 entries across 41 versions & 5 rubygems