#include <Windows.h>
#include <stdio.h>
#include <sal.h>
#include <functional>
 
Go to the source code of this file.
      
        
          | #define VSG_DEFAULT_RUN_FILENAME   L"default.vsglog" | 
        
      
 
 
      
        
          | __declspec  | 
          ( | 
          allocate(".CRT$XCT")  | 
           | ) | 
           | 
        
      
 
 
void UnInitVsPix()
Definition: vsgcapture.h:118
 
Definition: vsgcapture.h:28
 
 
 
 
  120         if(g_pVsgDbg != 
NULL)
 
#define NULL
Definition: vcruntime.h:236
 
 
 
 
      
        
          | void __stdcall VsgDbgBeginCapture  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void __stdcall VsgDbgCaptureCurrentFrame  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void __stdcall VsgDbgEndCapture  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void __stdcall VsgDbgInitDelayed  | 
          ( | 
          std::function< void(int len, wchar_t *pszBuffer)>  | 
           | ) | 
           | 
        
      
 
 
      
        
          | void __stdcall VsgDbgToggleHUD  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void __stdcall VsgDbgUnInit  | 
          ( | 
           | ) | 
           |