fix docs on 'com-get-active-object-from-coclass', which accepts only one argument
svn: r13235
This commit is contained in:
parent
2e16d96d71
commit
fce7b22e64
|
@ -50,16 +50,14 @@ Like @scheme[cocreate-instance-from-coclass], but using a ProgID.}
|
||||||
|
|
||||||
|
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defproc[(com-get-active-object-from-coclass [coclass string?]
|
@defproc[(com-get-active-object-from-coclass [coclass string?])
|
||||||
[where (or/c (one-of/c 'local 'remote) string?) 'local])
|
|
||||||
com-object?]
|
com-object?]
|
||||||
@defproc[(gao/coclass [coclass string?]
|
@defproc[(gao/coclass [coclass string?])
|
||||||
[where (or/c (one-of/c 'local 'remote) string?) 'local])
|
|
||||||
com-object?]
|
com-object?]
|
||||||
)]{
|
)]{
|
||||||
|
|
||||||
Like @scheme[cocreate-instance-from-coclass], but gets an existing
|
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?]{
|
@defproc[(coclass [obj com-object?]) string?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user