You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once |
|
|
|
#define SW_HIDE DVL_SW_HIDE |
|
#define SW_SHOWNORMAL DVL_SW_SHOWNORMAL |
|
|
|
#define E_FAIL DVL_E_FAIL |
|
#define S_OK DVL_S_OK |
|
|
|
#define DDBLTFAST_WAIT 0x00000010 |
|
|
|
#define ERROR_SUCCESS DVL_ERROR_SUCCESS |
|
#define DS_OK DVL_DS_OK
|
|
|