AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

UuidToString

The UuidToString function converts a UUID to a string.

VB4-32,5,6
Declare Function UuidToString Lib "rpcrt4" Alias "UuidToStringA" (lpUUID As UUID, lpUUIDString As Long) As Long

VB.NET
System.Guid.ToString

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Rpcrt4

Parameter Information
· Uuid
Pointer to a binary UUID.

· StringUuid
Returns a pointer to a pointer to the string representation of the UUID specified in the Uuid argument.
Specify a NULL value to prevent UuidToString from returning the StringUuid parameter. In this case, the application does not call RpcStringFree.

Return Values
RPC_S_OK
Success

RPC_S_OUT_OF_MEMORY
No memory

Examples

Related Functions

VB.NET Example

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/