///
v4PrintDriverIntellisense.appendInterfaceMethods(
IPrintSchemaTicket,
{
GetParameterInitializer: function (name, namespaceUri) {
///
/// Method maps to COM IPrintSchemaTicket2::GetParameterInitializer.
///
///
///
///
}
});
v4PrintDriverIntellisense.appendInterfaceMethods(
IPrintSchemaCapabilities,
{
GetParameterDefinition: function (name, namespaceUri) {
///
/// Method maps to COM IPrintSchemaCapabilities2::GetParameterDefinition.
///
///
///
///
}
});
IPrintSchemaParameterInitializer = function () { }
v4PrintDriverIntellisense.createInterface(
IPrintSchemaParameterInitializer,
IPrintSchemaElement,
{
///
/// Property-get/set maps to COM IPrintSchemaParameterInitializer::Value.
///
Value: null,
});
IPrintSchemaParameterDefinition = function () { }
v4PrintDriverIntellisense.createInterface(
IPrintSchemaParameterDefinition,
IPrintSchemaDisplayableElement,
{
///
/// Property-get maps to COM IPrintSchemaParameterDefinition::UserInputRequired.
///
UserInputRequired: null,
///
/// Property-get maps to COM IPrintSchemaParameterDefinition::UnitType.
///
UnitType: null,
///
/// Property-get maps to COM IPrintSchemaParameterDefinition::DataType.
///
DataType: null,
///
/// Property-get maps to COM IPrintSchemaParameterDefinition::RangeMin.
///
RangeMin: null,
///
/// Property-get maps to COM IPrintSchemaParameterDefinition::RangeMax.
///
RangeMax: null
});
IPrinterScriptUsbJobContextReturnCodes = function () { }
v4PrintDriverIntellisense.createInterface(
IPrinterScriptUsbJobContextReturnCodes,
null,
{
///
/// Property-get maps to COM IPrinterScriptUsbJobContextReturnCodes::Success.
///
Success: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContextReturnCodes::Failure.
///
Failure: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContextReturnCodes::Retry.
///
Retry: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContextReturnCodes::DeviceBusy.
///
DeviceBusy: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContextReturnCodes::AbortTheJob.
///
AbortTheJob: null
});
IPrinterScriptUsbWritePrintDataProgress = function () { }
v4PrintDriverIntellisense.createInterface(
IPrinterScriptUsbWritePrintDataProgress,
null,
{
///
/// Property-get/set maps to COM IPrinterScriptUsbWritePrintDataProgress::ProcessedByteCount.
///
ProcessedByteCount: null
});
IPrinterScriptUsbJobContext = function () { }
v4PrintDriverIntellisense.createInterface(
IPrinterScriptUsbJobContext,
null,
{
///
/// Property-get maps to COM IPrinterScriptUsbJobContext::JobPropertyBag.
///
JobPropertyBag: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContext::ReturnCodes.
///
ReturnCodes: null,
///
/// Property-get maps to COM IPrinterScriptUsbJobContext::TemporaryStreams. Provides an array of IPrinterScriptableSequentialStream.
///
TemporaryStreams: null,
///
/// Property-get/set maps to COM IPrinterScriptUsbJobContext::PrintedPageCount.
///
PrintedPageCount: null
});