VirtualBox

Changeset 62191 in vbox


Ignore:
Timestamp:
Jul 12, 2016 12:46:31 PM (8 years ago)
Author:
vboxsync
Message:

sigh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h

    r57741 r62191  
    8888     *               by the VBoxCaps facility. See #8037. */
    8989    VBOXDISPIF dispIf;
    90 } VBOXSERVICEENV, *PVBOXSERVICEENV;
     90} VBOXSERVICEENV;
     91/** Pointer to a VBoxTray service env info structure.  */
     92typedef VBOXSERVICEENV *PVBOXSERVICEENV;
     93/** Pointer to a const VBoxTray service env info structure.  */
     94typedef VBOXSERVICEENV const *PCVBOXSERVICEENV;
    9195
    9296/**
     
    107111     * @param   pEnv
    108112     * @param   ppInstance      Where to return the thread-specific instance data.
     113     * @todo r=bird: The pEnv type is WRONG!  Please check all your const pointers.
    109114     */
    110115    DECLCALLBACKMEMBER(int,  pfnInit)   (const PVBOXSERVICEENV pEnv, void **ppInstance);
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