FIName Property

Name.

Syntax

ANSI (Cross Platform)
char* GetFIName();

Unicode (Windows)
LPWSTR GetFIName();
@property (nonatomic,readonly,assign,getter=FIName) NSString* FIName;
- (NSString*)FIName;
#define PID_FIPROFILE_FINAME 16

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_FIProfile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The name of the individual or business is stored in this property as a string.

This property is read-only.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]