8 lines
91 B
C
8 lines
91 B
C
#pragma once
|
|
|
|
|
|
typedef struct _DevCommand
|
|
{
|
|
DWORD dwID;
|
|
char * pszCommand;
|
|
} DEV_COMMAND; |