Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
GetObjectOptions (Enums)
.
C# Definition:
enum GetObjectOptions {
REO_GETOBJ_NO_INTERFACES = 0, // Get no interfaces
REO_GETOBJ_POLEOBJ = 1, // Get object interface
REO_GETOBJ_PSTG = 2, // Get storage interface
REO_GETOBJ_POLESITE = 4, // Get site interface
REO_GETOBJ_ALL_INTERFACES = 7 // Get all interfaces
}
VB Definition:
Enum GetObjectOptions
TODO
End Enum
Notes:
None.
The IRichEditOle interface specifies an interface used by the client of a rich text edit control to carry out OLE-related operations.
1/1/2008 5:42:52 AM - -62.150.153.82
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!