Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const
  2. myPluginID = '{45145BBE-DCAE-4187-B981-FE9410F6DA5D}';
  3.  
  4. // ...
  5.  
  6. // dmtest_pluginImpl.pas:73
  7. function TDMTestPlugIn.getID: WideString; stdcall;
  8. begin
  9. Result:= myPluginID;
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement