Jungo WinDriver  
Official Documentation
status_strings.h
Go to the documentation of this file.
1/* @JUNGO_COPYRIGHT@ */
2
3#ifndef _STATUS_STRINGS_H_
4#define _STATUS_STRINGS_H_
5
6#if defined(__cplusplus)
7extern "C" {
8#endif
9
10#include "windrvr.h"
11
22const char * DLLCALLCONV Stat2Str(_In_ DWORD dwStatus);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* _STATUS_STRINGS_H_ */
29
const char *DLLCALLCONV Stat2Str(_In_ DWORD dwStatus)
Retrieves the status string that corresponds to a status code.
#define _In_
Definition: windrvr.h:37
#define DLLCALLCONV
Definition: windrvr.h:32