IPrintCoreHelperUni2::GetNamedCommand 方法 (prcomoem.h)
GetNamedCommand 方法會傳回指定的命令。
語法
HRESULT GetNamedCommand(
[in] PDEVMODE pDevmode,
[in] DWORD cbSize,
[in] PCWSTR pszCommandName,
[out] PBYTE *ppCommandBytes,
[out] DWORD *pcbCommandSize
);
參數
[in] pDevmode
DEVMODE 結構的指標。
[in] cbSize
pDevmode 中的位元元組數目,而不是寫入的位元元組數目。
[in] pszCommandName
命令名稱。 此參數接受 GPD 的標準命令名稱,但需要 *Order 屬性的命令名稱除外。 這六個已排序命令序列區段可透過下列特殊命令名稱存取:
- L“SectionJobSetup”
- L“SectionDocSetup”
- L“SectionPageSetup”
- L“SectionPageFinish”
- L“SectionDocFinish”
- L“SectionJobFinish”
[out] ppCommandBytes
輸出緩衝區。 呼叫端不需要釋放此緩衝區。
[out] pcbCommandSize
輸出緩衝區的大小。
傳回值
這個方法會傳回 HRESULT 值。
備註
GetNamedCommand 方法不會傳回包含標準變數參考的命令。
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | prcomoem.h |