Sha256: 3765045b33679a5f445950aea37f72a40568c5aea3b439028c3bf2cae5e99bae
Contents?: true
Size: 635 Bytes
Versions: 49
Compression:
Stored size: 635 Bytes
Contents
#include <Windows.h> #ifndef WDM_UTILS_H #define WDM_UTILS_H #ifdef __cplusplus extern "C" { #endif // __cplusplus // --------------------------------------------------------- // Prototypes // --------------------------------------------------------- LPWSTR wdm_utils_convert_back_to_forward_slashes(LPWSTR, DWORD); LPWSTR wdm_utils_full_pathname(const LPWSTR path); BOOL wdm_utils_is_unc_path(const LPWSTR); BOOL wdm_utils_is_directory(const LPWSTR); BOOL wdm_utils_unicode_is_directory(const LPWSTR); // --------------------------------------------------------- #ifdef __cplusplus } #endif // __cplusplus #endif // WDM_UTILS_H
Version data entries
49 entries across 41 versions & 5 rubygems