Data Structures | |
struct | IMAPI_INFO_DRIVE |
struct | IMAPI_INFO |
Defines | |
#define | MAXBURNERSTRLEN 60 |
#define | IMAPI2_MAX_FEATURES 70 |
Functions | |
HRESULT | SysInfoDll_GetIMAPI2OpticalBurners (wchar_t szIMAPI2BurnersSummary[MAXBURNERSTRLEN], wchar_t szIMAPI2Burners[MAXNUMCDDVD][MAXBURNERSTRLEN], IMAPI_INFO *pIMAPI_Drives) |
Call this function to retrieve a information about all of the IMAPI 2 optical drive burners on the system. |
#define MAXBURNERSTRLEN 60 |
#define IMAPI2_MAX_FEATURES 70 |
HRESULT SysInfoDll_GetIMAPI2OpticalBurners | ( | wchar_t | szIMAPI2BurnersSummary[MAXBURNERSTRLEN], | |
wchar_t | szIMAPI2Burners[MAXNUMCDDVD][MAXBURNERSTRLEN], | |||
IMAPI_INFO * | pIMAPI_Drives | |||
) |
Call this function to retrieve a information about all of the IMAPI 2 optical drive burners on the system.
[out] | szIMAPI2BurnersSummary | Summary string for all Optical drives on the system. |
[out] | szIMAPI2Burners | Summary strings for the Optical drives. |
[out] | pIMAPI_Drives | pointer to IMAPI System Information retrieved. |