 Issue 29332020:
  Noissue - Add tracing function 'ToHexLiteral()'  (Closed)
    
  
    Issue 29332020:
  Noissue - Add tracing function 'ToHexLiteral()'  (Closed) 
  | Index: src/plugin/PluginDebug.h | 
| =================================================================== | 
| --- a/src/plugin/PluginDebug.h | 
| +++ b/src/plugin/PluginDebug.h | 
| @@ -43,5 +43,12 @@ | 
| #endif | 
| }; | 
| +/** | 
| +* Convert a pointer to a hexadecimal literal (0x...) | 
| +* | 
| +* The length of the literal varies with pointer size: | 
| +* 10 characters for WIN32, and 18 for WIN64. | 
| +*/ | 
| +std::wstring ToHexLiteral(const void*); | 
| #endif // _PLUGIN_DEBUG_H_ |