Go to the source code of this file.
◆ ECURDIR
◆ ENOSYS
◆ php_win_err
Value:
PHP_WINUTIL_API char * php_win32_error_to_msg(HRESULT error)
Definition at line 29 of file winutil.h.
◆ php_win_err_free
Value:
PHP_WINUTIL_API void php_win32_error_msg_free(char *msg)
Definition at line 30 of file winutil.h.
◆ PHP_WINUTIL_API
#define PHP_WINUTIL_API __declspec(dllimport) |
◆ SET_ERRNO_FROM_WIN32_CODE
Value: do { \
_set_errno(ern); \
} while (0)
PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err)
Definition at line 47 of file winutil.h.
◆ php_win32_check_trailing_space()
int php_win32_check_trailing_space |
( |
const char * | path, |
|
|
const size_t | path_len ) |
◆ php_win32_code_to_errno()
◆ php_win32_crt_compatible()
◆ php_win32_error_msg_free()
◆ php_win32_error_to_msg()
◆ php_win32_get_random_bytes()
PHP_WINUTIL_API int php_win32_get_random_bytes |
( |
unsigned char * | buf, |
|
|
size_t | size ) |
◆ php_win32_get_username()
◆ php_win32_image_compatible()