VirtualBox

Ignore:
Timestamp:
Jan 21, 2013 3:47:33 PM (12 years ago)
Author:
vboxsync
Message:

VbglR3/VBoxControl: Added "guestproperty delete" + VbglR3GuestPropDelete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp

    r32705 r44324  
    55
    66/*
    7  * Copyright (C) 2007 Oracle Corporation
     7 * Copyright (C) 2007-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    9898}
    9999
     100VBGLR3DECL(int)     VbglR3GuestPropDelete(uint32_t u32ClientId,
     101                                          const char *pszName)
     102{
     103    RTPrintf("Called DEL_PROP, client %d, name %s...\n",
     104             u32ClientId, pszName);
     105    return VINF_SUCCESS;
     106}
     107
    100108struct VBGLR3GUESTPROPENUM
    101109{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette