aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/butil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/butil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/butil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/butil.h b/src/libs/dutil/WixToolset.DUtil/inc/butil.h
index 0405be8b..3b316e66 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/butil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/butil.h
@@ -64,6 +64,10 @@ BundleEnumRelatedBundle - Queries the bundle installation metadata for installs
64RETURNS: 64RETURNS:
65 E_INVALIDARG 65 E_INVALIDARG
66 An invalid parameter was passed to the function. 66 An invalid parameter was passed to the function.
67 S_OK
68 Related bundle was found.
69 S_FALSE
70 Related bundle was not found.
67 71
68 All other returns are unexpected returns from other dutil methods. 72 All other returns are unexpected returns from other dutil methods.
69********************************************************************/ 73********************************************************************/
@@ -82,6 +86,10 @@ NOTE: lpBundleIdBuff is a buffer to receive the bundle GUID. This buffer must be
82RETURNS: 86RETURNS:
83 E_INVALIDARG 87 E_INVALIDARG
84 An invalid parameter was passed to the function. 88 An invalid parameter was passed to the function.
89 S_OK
90 Related bundle was found.
91 S_FALSE
92 Related bundle was not found.
85 93
86 All other returns are unexpected returns from other dutil methods. 94 All other returns are unexpected returns from other dutil methods.
87********************************************************************/ 95********************************************************************/