📄 px_ls_state.h
字号:
#pragma once
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
/* std and common include */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
typedef struct tagPx_LS_State {
__int64 prev_time;
__int64 curr_time;
CRITICAL_SECTION * cts_state;
int frame_module_rs;
int frame_module_dbes;
byte prev_state;
byte curr_state;
byte module_rs_state;
byte module_dbes_state;
}PX_LS_STATE, * LPPX_LS_STATE;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -