Changeset 65124 in vbox for trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
- Timestamp:
- Jan 4, 2017 5:34:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
r62882 r65124 115 115 * Displays an error message. 116 116 * 117 * @param hPAM PAM handle. 117 118 * @param pszFormat The message text. 118 119 * @param ... Format arguments. … … 137 138 * Displays a debug message. 138 139 * 140 * @param hPAM PAM handle. 139 141 * @param pszFormat The message text. 140 142 * @param ... Format arguments. … … 675 677 * @param hPAM PAM handle. 676 678 * @param uClientID Guest property service client ID. 677 * @param pszKey Key (name) of guest property to wait for.678 679 * @param uTimeoutMS Timeout (in ms) to wait for the change. Specify 679 680 * RT_INDEFINITE_WAIT to wait indefinitly.
Note:
See TracChangeset
for help on using the changeset viewer.