Changeset 26380 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Feb 9, 2010 2:32:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp
r26374 r26380 38 38 * VERR_NOT_FOUND if not. Otherwise an error is occured. 39 39 */ 40 VBGLR3DECL(int) VbglR3Credentials AreAvailable(void)40 VBGLR3DECL(int) VbglR3CredentialsQueryAvailability(void) 41 41 { 42 42 VMMDevCredentials Req;
Note:
See TracChangeset
for help on using the changeset viewer.