fix docs on 'com-get-active-object-from-coclass', which accepts only one argument

svn: r13235
This commit is contained in:
Matthew Flatt 2009-01-20 12:28:29 +00:00
parent 2e16d96d71
commit fce7b22e64

View File

@ -50,16 +50,14 @@ Like @scheme[cocreate-instance-from-coclass], but using a ProgID.}
@deftogether[(
@defproc[(com-get-active-object-from-coclass [coclass string?]
[where (or/c (one-of/c 'local 'remote) string?) 'local])
@defproc[(com-get-active-object-from-coclass [coclass string?])
com-object?]
@defproc[(gao/coclass [coclass string?]
[where (or/c (one-of/c 'local 'remote) string?) 'local])
@defproc[(gao/coclass [coclass string?])
com-object?]
)]{
Like @scheme[cocreate-instance-from-coclass], but gets an existing
active object instead of creating a new one.}
active object (always local) instead of creating a new one.}
@defproc[(coclass [obj com-object?]) string?]{