⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
WIN32OLE_TYPELIB
/
View File Name :
new-c.ri
U:RDoc::AnyMethod[iI"new:ETI"WIN32OLE_TYPELIB::new;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"+Returns a new WIN32OLE_TYPELIB object.;To:RDoc::Markup::BlankLine o; ; [I"SThe first argument <i>typelib</i> specifies OLE type library name or GUID or ;TI"OLE library file. ;TI"JThe second argument is major version or version of the type library. ;TI"*The third argument is minor version. ;TI":The second argument and third argument are optional. ;TI"TIf the first argument is type library name, then the second and third argument ;TI"are ignored.;T@o:RDoc::Markup::Verbatim; [I"Htlib1 = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') ;TI"Ltlib2 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}') ;TI"Qtlib3 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}', 1.3) ;TI"Rtlib4 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}', 1, 3) ;TI"Ftlib5 = WIN32OLE_TYPELIB.new("C:\\WINNT\\SYSTEM32\\SHELL32.DLL") ;TI"@puts tlib1.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib2.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib3.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib4.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"Dputs tlib5.name # -> 'Microsoft Shell Controls And Automation';T:@format0: @fileI"$ext/win32ole/win32ole_typelib.c;T:0@omit_headings_from_table_of_contents_below0I"UWIN32OLE_TYPELIB.new(typelib [, version1, version2]) -> WIN32OLE_TYPELIB object ;T0[ I"(*args);T@$FI"WIN32OLE_TYPELIB;TcRDoc::NormalClass00