    

 ## On this page

  

 

 # syscregisterinputcomplexvectordataaccessf Interface Reference

 Last update: 17.07.2025 

Provide an interface to register input complex vector data access. [More...](interfacefortran_1_1syscregisterinputcomplexvectordataaccessf.xhtml#details)

## <a id="pub-methods" name="pub-methods"></a>Public Member Functions

type([syscerrorf](structfortran_1_1syscerrorf.xhtml)) function [syscregisterinputcomplexvectordataaccessf](interfacefortran_1_1syscregisterinputcomplexvectordataaccessf.xhtml#a1ca4f059d3d7ec2b4243b8b2adbd47c7) (dataaccess) Provide a function to register input complexvector data access.   
 <a id="details" name="details"></a>## Detailed Description

Provide an interface to register input complex vector data access.

Definition at line [500](syscSystemCouplingF_8fi_source.xhtml#l00500) of file [syscSystemCouplingF.fi](syscSystemCouplingF_8fi_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="a1ca4f059d3d7ec2b4243b8b2adbd47c7" name="a1ca4f059d3d7ec2b4243b8b2adbd47c7"></a>## [◆ ](#a1ca4f059d3d7ec2b4243b8b2adbd47c7)syscregisterinputcomplexvectordataaccessf()

 type([syscerrorf](structfortran_1_1syscerrorf.xhtml)) function [syscregisterinputcomplexvectordataaccessf](interfacefortran_1_1syscregisterinputcomplexvectordataaccessf.xhtml)  ( procedure([syscinputcomplexvectordataaccessf](interfacefortran_1_1syscinputcomplexvectordataaccessf.xhtml))  *dataaccess*) 

Provide a function to register input complexvector data access.

Parameters dataAccess- a pointer to the callback function.Returnsa `SyscErrorF` type for error checking. Definition at line [507](syscSystemCouplingF_8fi_source.xhtml#l00507) of file [syscSystemCouplingF.fi](syscSystemCouplingF_8fi_source.xhtml).

 509 import :: syscerrorf

 510 import :: syscinputcomplexvectordataaccessf

 511 procedure(SyscInputComplexVectorDataAccessF) :: dataAccess

 512 type(SyscErrorF) :: ret

 513!DIR$ IF DEFINED(\_WIN32) .and. ( .not. DEFINED(SYSTEM\_COUPLING\_PARTICIPANT\_PROXY))

 514!DIR$ ATTRIBUTES DLLIMPORT :: syscRegisterInputComplexVectorDataAccessF

 515!DIR$ ENDIF