RPR guidToString

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(guidToString())
 
Line 21: Line 21:
   char* dest
   char* dest
==Examples==
==Examples==
-
===C++===
+
<source lang=cpp>
-
<pre>
+
</source>
-
</pre>
+
-
===Perl===
+
-
<pre>
+
-
</pre>
+
-
 
+
-
===Python===
+
-
<pre>
+
-
</pre>
+
==See Also==
==See Also==
{{SeeAlso_guid}}
{{SeeAlso_guid}}

Latest revision as of 09:59, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR guidToString
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR guidToString

Contents

guidToString()

void guidToString(GUID* g, char* dest)

dest should be at least 64 chars long to be safe ???


DO NOT USE IN ReaScript.

In a future release this function will not be available to ReaScript.


Parameters

GUID* g,
char* dest

Returns

An array, containing
 GUID* g,
 char* dest

Examples

 

See Also

guid: GetTrackGUID, genGuid, guidToString, stringToGuid,

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR guidToString
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR guidToString

Personal tools