GetParametersAndCount
virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
virtual const driver_parameter* GetParametersAndCount(int32& _count) const
GetParametersAndCount(int32* count) const;
GetParametersAndCount(int32* count) const = 0;
GetParametersAndCount(int32* count) const;
return (GetParametersAndCount(&count) ? count : 0);
return GetParametersAndCount(&count);
if (const driver_parameter* parameters = GetParametersAndCount(&count)) {
if (const driver_parameter* parameters = GetParametersAndCount(&count)) {
if (const driver_parameter* parameters = GetParametersAndCount(&count)) {
if (const driver_parameter* parameters = GetParametersAndCount(&count)) {
return GetParametersAndCount(count) != NULL ? count : 0;
return GetParametersAndCount(count);
const driver_parameter* parameters = GetParametersAndCount(count);
if (const driver_parameter* parameters = GetParametersAndCount(count)) {
if (const driver_parameter* parameters = GetParametersAndCount(count)) {
if (const driver_parameter* parameters = GetParametersAndCount(count)) {