Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUID/UUID generator suggestions
#6
Because FromGUID is a str member function, it can be called either from another str member function or with a str variable like
Macro Macro2818
Code:
Copy      Help
GUID g
int r=CoCreateGuid(&g)
str s.FromGUID(g)
out s
it is the same as
Macro Macro2818
Code:
Copy      Help
str s.Guid
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)