Responder Developer Guide
GetShellFolder Method (IMMFolderTools)


Syntax
'Declaration
 
Function GetShellFolder( _
   ByVal eFolder As mmFolderEnum, _
   Optional ByVal bCreate As Boolean _
) As String
'Usage
 
Dim instance As IMMFolderTools
Dim eFolder As mmFolderEnum
Dim bCreate As Boolean
Dim value As String
 
value = instance.GetShellFolder(eFolder, bCreate)
string GetShellFolder( 
   mmFolderEnum eFolder,
   bool bCreate
)

Parameters

eFolder
bCreate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMFolderTools Interface
IMMFolderTools Members

 

 


Send Comment