BIND_OPTS3 Structure |
Namespace: ShellBoost.Core.WindowsShell
public struct BIND_OPTS3
The BIND_OPTS3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | cbStruct |
The size of this structure, in bytes.
|
![]() | dwClassContext |
The class context, taken from the CLSCTX enumeration, that is to be used for instantiating the object.
|
![]() | dwTickCountDeadline |
The clock time by which the caller would like the binding operation to be completed, in milliseconds.
|
![]() | dwTrackFlags |
A moniker can use this value during link tracking.
|
![]() | grfFlags |
Flags that control aspects of moniker binding operations.
|
![]() | grfMode |
Flags that should be used when opening the file that contains the object identified by the moniker.
|
![]() | hwnd |
A handle to the window that becomes the owner of the elevation UI, if applicable.
|
![]() | locale |
The LCID value indicating the client's preference for the locale to be used by the object to which they are binding.
|
![]() | pServerInfo |
A pointer to a COSERVERINFO structure.
|