diff options
Diffstat (limited to 'src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h')
-rw-r--r-- | src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h b/src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h index a78868f2..31fe9ef8 100644 --- a/src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h +++ b/src/api/burn/bextutil/inc/IBootstrapperExtensionEngine.h | |||
@@ -67,7 +67,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperExtensionEngine, IUnknown, "9D027A39-F6B6-42 | |||
67 | ) = 0; | 67 | ) = 0; |
68 | 68 | ||
69 | STDMETHOD(GetRelatedBundleVariable)( | 69 | STDMETHOD(GetRelatedBundleVariable)( |
70 | __in_z LPCWSTR wzBundleId, | 70 | __in_z LPCWSTR wzBundleCode, |
71 | __in_z LPCWSTR wzVariable, | 71 | __in_z LPCWSTR wzVariable, |
72 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | 72 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, |
73 | __inout SIZE_T * pcchValue | 73 | __inout SIZE_T * pcchValue |