php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | NT_SUCCESS(Status) |
Functions | |
PHP_WINUTIL_API char * | php_win32_error_to_msg (HRESULT error) |
PHP_WINUTIL_API void | php_win32_error_msg_free (char *msg) |
int | php_win32_check_trailing_space (const char *path, const size_t path_len) |
PHP_WINUTIL_API int | php_win32_get_random_bytes (unsigned char *buf, size_t size) |
PHP_WINUTIL_API int | php_win32_code_to_errno (unsigned long w32Err) |
PHP_WINUTIL_API char * | php_win32_get_username (void) |
PHP_WINUTIL_API BOOL | php_win32_image_compatible (HMODULE handle, char **err) |
PHP_WINUTIL_API BOOL | php_win32_crt_compatible (char **err) |
#define NT_SUCCESS | ( | Status | ) |
int php_win32_check_trailing_space | ( | const char * | path, |
const size_t | path_len ) |
PHP_WINUTIL_API int php_win32_code_to_errno | ( | unsigned long | w32Err | ) |
PHP_WINUTIL_API BOOL php_win32_crt_compatible | ( | char ** | err | ) |
PHP_WINUTIL_API void php_win32_error_msg_free | ( | char * | msg | ) |
PHP_WINUTIL_API char * php_win32_error_to_msg | ( | HRESULT | error | ) |
PHP_WINUTIL_API int php_win32_get_random_bytes | ( | unsigned char * | buf, |
size_t | size ) |
PHP_WINUTIL_API char * php_win32_get_username | ( | void | ) |
PHP_WINUTIL_API BOOL php_win32_image_compatible | ( | HMODULE | handle, |
char ** | err ) |