VirtualBox

Changeset 48932 in vbox for trunk/include


Ignore:
Timestamp:
Oct 7, 2013 8:05:05 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89629
Message:

iprt/types.h: RTUUID_INITIALIZE_NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r48763 r48932  
    21932193typedef const RTUUID *PCRTUUID;
    21942194
     2195/** Initializes a RTUUID structure with all zeros (RTUuidIsNull() true). */
     2196#define RTUUID_INITIALIZE_NULL  { { 0, 0, 0, 0,  0, 0, 0, 0,  0, 0, 0, 0,  0, 0, 0, 0 } }
     2197
    21952198/** UUID string maximum length. */
    21962199#define RTUUID_STR_LENGTH       37
Note: See TracChangeset for help on using the changeset viewer.

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