DEV_BROADCAST_OEM 구조체(dbt.h)
OEM 정의 디바이스 유형에 대한 정보를 포함합니다.
구문
typedef struct _DEV_BROADCAST_OEM {
DWORD dbco_size;
DWORD dbco_devicetype;
DWORD dbco_reserved;
DWORD dbco_identifier;
DWORD dbco_suppfunc;
} DEV_BROADCAST_OEM;
멤버
dbco_size
이 구조체의 크기(바이트)입니다.
dbco_devicetype
를 DBT_DEVTYP_OEM.
dbco_reserved
예약되어 있으므로 사용하지 마세요.
dbco_identifier
디바이스에 대한 OEM별 식별자입니다.
dbco_suppfunc
OEM 관련 함수 값입니다. 가능한 값은 디바이스에 따라 달라집니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP |
지원되는 최소 서버 | Windows Server 2003 |
머리글 | dbt.h |