// bdatypes.h
typedef struct _BDA_CAS_CLOSE_MMIDIALOG {
PBDARESULT lResult;
ULONG SessionResult;
} BDA_CAS_CLOSE_MMIDIALOG, *PBDA_CAS_CLOSE_MMIDIALOG;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the BDA_CAS_CLOSE_MMIDIALOG structure.
lResultDefines the PBDARESULT member lResult.
SessionResultDefines the ULONG member SessionResult.